Documentation ¶
Index ¶
- func PossibleValuesForProvisioningOperation() []string
- func ValidateDeploymentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateDeploymentOperationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateOperationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateProviderDeploymentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateProviders2DeploymentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateProviders2DeploymentOperationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateResourceGroupDeploymentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateResourceGroupDeploymentOperationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateScopedDeploymentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateScopedOperationID(input interface{}, key string) (warnings []string, errors []error)
- type DeploymentId
- type DeploymentOperation
- type DeploymentOperationId
- type DeploymentOperationOperationPredicate
- type DeploymentOperationProperties
- type DeploymentOperationsClient
- func (c DeploymentOperationsClient) Get(ctx context.Context, id ResourceGroupDeploymentOperationId) (result GetOperationResponse, err error)
- func (c DeploymentOperationsClient) GetAtManagementGroupScope(ctx context.Context, id Providers2DeploymentOperationId) (result GetAtManagementGroupScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) GetAtScope(ctx context.Context, id ScopedOperationId) (result GetAtScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) GetAtSubscriptionScope(ctx context.Context, id DeploymentOperationId) (result GetAtSubscriptionScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) GetAtTenantScope(ctx context.Context, id OperationId) (result GetAtTenantScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) List(ctx context.Context, id ResourceGroupDeploymentId, ...) (result ListOperationResponse, err error)
- func (c DeploymentOperationsClient) ListAtManagementGroupScope(ctx context.Context, id Providers2DeploymentId, ...) (result ListAtManagementGroupScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) ListAtManagementGroupScopeComplete(ctx context.Context, id Providers2DeploymentId, ...) (ListAtManagementGroupScopeCompleteResult, error)
- func (c DeploymentOperationsClient) ListAtManagementGroupScopeCompleteMatchingPredicate(ctx context.Context, id Providers2DeploymentId, ...) (result ListAtManagementGroupScopeCompleteResult, err error)
- func (c DeploymentOperationsClient) ListAtScope(ctx context.Context, id ScopedDeploymentId, ...) (result ListAtScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) ListAtScopeComplete(ctx context.Context, id ScopedDeploymentId, ...) (ListAtScopeCompleteResult, error)
- func (c DeploymentOperationsClient) ListAtScopeCompleteMatchingPredicate(ctx context.Context, id ScopedDeploymentId, ...) (result ListAtScopeCompleteResult, err error)
- func (c DeploymentOperationsClient) ListAtSubscriptionScope(ctx context.Context, id ProviderDeploymentId, ...) (result ListAtSubscriptionScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) ListAtSubscriptionScopeComplete(ctx context.Context, id ProviderDeploymentId, ...) (ListAtSubscriptionScopeCompleteResult, error)
- func (c DeploymentOperationsClient) ListAtSubscriptionScopeCompleteMatchingPredicate(ctx context.Context, id ProviderDeploymentId, ...) (result ListAtSubscriptionScopeCompleteResult, err error)
- func (c DeploymentOperationsClient) ListAtTenantScope(ctx context.Context, id DeploymentId, ...) (result ListAtTenantScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) ListAtTenantScopeComplete(ctx context.Context, id DeploymentId, ...) (ListAtTenantScopeCompleteResult, error)
- func (c DeploymentOperationsClient) ListAtTenantScopeCompleteMatchingPredicate(ctx context.Context, id DeploymentId, ...) (result ListAtTenantScopeCompleteResult, err error)
- func (c DeploymentOperationsClient) ListComplete(ctx context.Context, id ResourceGroupDeploymentId, ...) (ListCompleteResult, error)
- func (c DeploymentOperationsClient) ListCompleteMatchingPredicate(ctx context.Context, id ResourceGroupDeploymentId, ...) (result ListCompleteResult, err error)
- type ErrorAdditionalInfo
- type ErrorResponse
- type GetAtManagementGroupScopeOperationResponse
- type GetAtScopeOperationResponse
- type GetAtSubscriptionScopeOperationResponse
- type GetAtTenantScopeOperationResponse
- type GetOperationResponse
- type HTTPMessage
- type ListAtManagementGroupScopeCompleteResult
- type ListAtManagementGroupScopeOperationOptions
- type ListAtManagementGroupScopeOperationResponse
- type ListAtScopeCompleteResult
- type ListAtScopeOperationOptions
- type ListAtScopeOperationResponse
- type ListAtSubscriptionScopeCompleteResult
- type ListAtSubscriptionScopeOperationOptions
- type ListAtSubscriptionScopeOperationResponse
- type ListAtTenantScopeCompleteResult
- type ListAtTenantScopeOperationOptions
- type ListAtTenantScopeOperationResponse
- type ListCompleteResult
- type ListOperationOptions
- type ListOperationResponse
- type OperationId
- type ProviderDeploymentId
- type Providers2DeploymentId
- type Providers2DeploymentOperationId
- func NewProviders2DeploymentOperationID(groupId string, deploymentName string, operationId string) Providers2DeploymentOperationId
- func ParseProviders2DeploymentOperationID(input string) (*Providers2DeploymentOperationId, error)
- func ParseProviders2DeploymentOperationIDInsensitively(input string) (*Providers2DeploymentOperationId, error)
- type ProvisioningOperation
- type ResourceGroupDeploymentId
- func NewResourceGroupDeploymentID(subscriptionId string, resourceGroupName string, deploymentName string) ResourceGroupDeploymentId
- func ParseResourceGroupDeploymentID(input string) (*ResourceGroupDeploymentId, error)
- func ParseResourceGroupDeploymentIDInsensitively(input string) (*ResourceGroupDeploymentId, error)
- type ResourceGroupDeploymentOperationId
- func NewResourceGroupDeploymentOperationID(subscriptionId string, resourceGroupName string, deploymentName string, ...) ResourceGroupDeploymentOperationId
- func ParseResourceGroupDeploymentOperationID(input string) (*ResourceGroupDeploymentOperationId, error)
- func ParseResourceGroupDeploymentOperationIDInsensitively(input string) (*ResourceGroupDeploymentOperationId, error)
- type ScopedDeploymentId
- type ScopedOperationId
- type StatusMessage
- type TargetResource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningOperation ¶
func PossibleValuesForProvisioningOperation() []string
func ValidateDeploymentID ¶
ValidateDeploymentID checks that 'input' can be parsed as a Deployment ID
func ValidateDeploymentOperationID ¶
func ValidateDeploymentOperationID(input interface{}, key string) (warnings []string, errors []error)
ValidateDeploymentOperationID checks that 'input' can be parsed as a Deployment Operation ID
func ValidateOperationID ¶
ValidateOperationID checks that 'input' can be parsed as a Operation ID
func ValidateProviderDeploymentID ¶
func ValidateProviderDeploymentID(input interface{}, key string) (warnings []string, errors []error)
ValidateProviderDeploymentID checks that 'input' can be parsed as a Provider Deployment ID
func ValidateProviders2DeploymentID ¶
func ValidateProviders2DeploymentID(input interface{}, key string) (warnings []string, errors []error)
ValidateProviders2DeploymentID checks that 'input' can be parsed as a Providers 2 Deployment ID
func ValidateProviders2DeploymentOperationID ¶
func ValidateProviders2DeploymentOperationID(input interface{}, key string) (warnings []string, errors []error)
ValidateProviders2DeploymentOperationID checks that 'input' can be parsed as a Providers 2 Deployment Operation ID
func ValidateResourceGroupDeploymentID ¶
func ValidateResourceGroupDeploymentID(input interface{}, key string) (warnings []string, errors []error)
ValidateResourceGroupDeploymentID checks that 'input' can be parsed as a Resource Group Deployment ID
func ValidateResourceGroupDeploymentOperationID ¶
func ValidateResourceGroupDeploymentOperationID(input interface{}, key string) (warnings []string, errors []error)
ValidateResourceGroupDeploymentOperationID checks that 'input' can be parsed as a Resource Group Deployment Operation ID
func ValidateScopedDeploymentID ¶
ValidateScopedDeploymentID checks that 'input' can be parsed as a Scoped Deployment ID
func ValidateScopedOperationID ¶
ValidateScopedOperationID checks that 'input' can be parsed as a Scoped Operation ID
Types ¶
type DeploymentId ¶
type DeploymentId struct {
DeploymentName string
}
DeploymentId is a struct representing the Resource ID for a Deployment
func NewDeploymentID ¶
func NewDeploymentID(deploymentName string) DeploymentId
NewDeploymentID returns a new DeploymentId struct
func ParseDeploymentID ¶
func ParseDeploymentID(input string) (*DeploymentId, error)
ParseDeploymentID parses 'input' into a DeploymentId
func ParseDeploymentIDInsensitively ¶
func ParseDeploymentIDInsensitively(input string) (*DeploymentId, error)
ParseDeploymentIDInsensitively parses 'input' case-insensitively into a DeploymentId note: this method should only be used for API response data and not user input
func (*DeploymentId) FromParseResult ¶
func (id *DeploymentId) FromParseResult(input resourceids.ParseResult) error
func (DeploymentId) Segments ¶
func (id DeploymentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Deployment ID
func (DeploymentId) String ¶
func (id DeploymentId) String() string
String returns a human-readable description of this Deployment ID
type DeploymentOperation ¶
type DeploymentOperation struct { Id *string `json:"id,omitempty"` OperationId *string `json:"operationId,omitempty"` Properties *DeploymentOperationProperties `json:"properties,omitempty"` }
type DeploymentOperationId ¶
type DeploymentOperationId struct { SubscriptionId string DeploymentName string OperationId string }
DeploymentOperationId is a struct representing the Resource ID for a Deployment Operation
func NewDeploymentOperationID ¶
func NewDeploymentOperationID(subscriptionId string, deploymentName string, operationId string) DeploymentOperationId
NewDeploymentOperationID returns a new DeploymentOperationId struct
func ParseDeploymentOperationID ¶
func ParseDeploymentOperationID(input string) (*DeploymentOperationId, error)
ParseDeploymentOperationID parses 'input' into a DeploymentOperationId
func ParseDeploymentOperationIDInsensitively ¶
func ParseDeploymentOperationIDInsensitively(input string) (*DeploymentOperationId, error)
ParseDeploymentOperationIDInsensitively parses 'input' case-insensitively into a DeploymentOperationId note: this method should only be used for API response data and not user input
func (*DeploymentOperationId) FromParseResult ¶
func (id *DeploymentOperationId) FromParseResult(input resourceids.ParseResult) error
func (DeploymentOperationId) ID ¶
func (id DeploymentOperationId) ID() string
ID returns the formatted Deployment Operation ID
func (DeploymentOperationId) Segments ¶
func (id DeploymentOperationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Deployment Operation ID
func (DeploymentOperationId) String ¶
func (id DeploymentOperationId) String() string
String returns a human-readable description of this Deployment Operation ID
type DeploymentOperationOperationPredicate ¶
func (DeploymentOperationOperationPredicate) Matches ¶
func (p DeploymentOperationOperationPredicate) Matches(input DeploymentOperation) bool
type DeploymentOperationProperties ¶
type DeploymentOperationProperties struct { Duration *string `json:"duration,omitempty"` ProvisioningOperation *ProvisioningOperation `json:"provisioningOperation,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` Request *HTTPMessage `json:"request,omitempty"` Response *HTTPMessage `json:"response,omitempty"` ServiceRequestId *string `json:"serviceRequestId,omitempty"` StatusCode *string `json:"statusCode,omitempty"` StatusMessage *StatusMessage `json:"statusMessage,omitempty"` TargetResource *TargetResource `json:"targetResource,omitempty"` Timestamp *string `json:"timestamp,omitempty"` }
func (*DeploymentOperationProperties) GetTimestampAsTime ¶
func (o *DeploymentOperationProperties) GetTimestampAsTime() (*time.Time, error)
func (*DeploymentOperationProperties) SetTimestampAsTime ¶
func (o *DeploymentOperationProperties) SetTimestampAsTime(input time.Time)
type DeploymentOperationsClient ¶
type DeploymentOperationsClient struct {
Client *resourcemanager.Client
}
func NewDeploymentOperationsClientWithBaseURI ¶
func NewDeploymentOperationsClientWithBaseURI(sdkApi sdkEnv.Api) (*DeploymentOperationsClient, error)
func (DeploymentOperationsClient) Get ¶
func (c DeploymentOperationsClient) Get(ctx context.Context, id ResourceGroupDeploymentOperationId) (result GetOperationResponse, err error)
Get ...
func (DeploymentOperationsClient) GetAtManagementGroupScope ¶
func (c DeploymentOperationsClient) GetAtManagementGroupScope(ctx context.Context, id Providers2DeploymentOperationId) (result GetAtManagementGroupScopeOperationResponse, err error)
GetAtManagementGroupScope ...
func (DeploymentOperationsClient) GetAtScope ¶
func (c DeploymentOperationsClient) GetAtScope(ctx context.Context, id ScopedOperationId) (result GetAtScopeOperationResponse, err error)
GetAtScope ...
func (DeploymentOperationsClient) GetAtSubscriptionScope ¶
func (c DeploymentOperationsClient) GetAtSubscriptionScope(ctx context.Context, id DeploymentOperationId) (result GetAtSubscriptionScopeOperationResponse, err error)
GetAtSubscriptionScope ...
func (DeploymentOperationsClient) GetAtTenantScope ¶
func (c DeploymentOperationsClient) GetAtTenantScope(ctx context.Context, id OperationId) (result GetAtTenantScopeOperationResponse, err error)
GetAtTenantScope ...
func (DeploymentOperationsClient) List ¶
func (c DeploymentOperationsClient) List(ctx context.Context, id ResourceGroupDeploymentId, options ListOperationOptions) (result ListOperationResponse, err error)
List ...
func (DeploymentOperationsClient) ListAtManagementGroupScope ¶
func (c DeploymentOperationsClient) ListAtManagementGroupScope(ctx context.Context, id Providers2DeploymentId, options ListAtManagementGroupScopeOperationOptions) (result ListAtManagementGroupScopeOperationResponse, err error)
ListAtManagementGroupScope ...
func (DeploymentOperationsClient) ListAtManagementGroupScopeComplete ¶
func (c DeploymentOperationsClient) ListAtManagementGroupScopeComplete(ctx context.Context, id Providers2DeploymentId, options ListAtManagementGroupScopeOperationOptions) (ListAtManagementGroupScopeCompleteResult, error)
ListAtManagementGroupScopeComplete retrieves all the results into a single object
func (DeploymentOperationsClient) ListAtManagementGroupScopeCompleteMatchingPredicate ¶
func (c DeploymentOperationsClient) ListAtManagementGroupScopeCompleteMatchingPredicate(ctx context.Context, id Providers2DeploymentId, options ListAtManagementGroupScopeOperationOptions, predicate DeploymentOperationOperationPredicate) (result ListAtManagementGroupScopeCompleteResult, err error)
ListAtManagementGroupScopeCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeploymentOperationsClient) ListAtScope ¶
func (c DeploymentOperationsClient) ListAtScope(ctx context.Context, id ScopedDeploymentId, options ListAtScopeOperationOptions) (result ListAtScopeOperationResponse, err error)
ListAtScope ...
func (DeploymentOperationsClient) ListAtScopeComplete ¶
func (c DeploymentOperationsClient) ListAtScopeComplete(ctx context.Context, id ScopedDeploymentId, options ListAtScopeOperationOptions) (ListAtScopeCompleteResult, error)
ListAtScopeComplete retrieves all the results into a single object
func (DeploymentOperationsClient) ListAtScopeCompleteMatchingPredicate ¶
func (c DeploymentOperationsClient) ListAtScopeCompleteMatchingPredicate(ctx context.Context, id ScopedDeploymentId, options ListAtScopeOperationOptions, predicate DeploymentOperationOperationPredicate) (result ListAtScopeCompleteResult, err error)
ListAtScopeCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeploymentOperationsClient) ListAtSubscriptionScope ¶
func (c DeploymentOperationsClient) ListAtSubscriptionScope(ctx context.Context, id ProviderDeploymentId, options ListAtSubscriptionScopeOperationOptions) (result ListAtSubscriptionScopeOperationResponse, err error)
ListAtSubscriptionScope ...
func (DeploymentOperationsClient) ListAtSubscriptionScopeComplete ¶
func (c DeploymentOperationsClient) ListAtSubscriptionScopeComplete(ctx context.Context, id ProviderDeploymentId, options ListAtSubscriptionScopeOperationOptions) (ListAtSubscriptionScopeCompleteResult, error)
ListAtSubscriptionScopeComplete retrieves all the results into a single object
func (DeploymentOperationsClient) ListAtSubscriptionScopeCompleteMatchingPredicate ¶
func (c DeploymentOperationsClient) ListAtSubscriptionScopeCompleteMatchingPredicate(ctx context.Context, id ProviderDeploymentId, options ListAtSubscriptionScopeOperationOptions, predicate DeploymentOperationOperationPredicate) (result ListAtSubscriptionScopeCompleteResult, err error)
ListAtSubscriptionScopeCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeploymentOperationsClient) ListAtTenantScope ¶
func (c DeploymentOperationsClient) ListAtTenantScope(ctx context.Context, id DeploymentId, options ListAtTenantScopeOperationOptions) (result ListAtTenantScopeOperationResponse, err error)
ListAtTenantScope ...
func (DeploymentOperationsClient) ListAtTenantScopeComplete ¶
func (c DeploymentOperationsClient) ListAtTenantScopeComplete(ctx context.Context, id DeploymentId, options ListAtTenantScopeOperationOptions) (ListAtTenantScopeCompleteResult, error)
ListAtTenantScopeComplete retrieves all the results into a single object
func (DeploymentOperationsClient) ListAtTenantScopeCompleteMatchingPredicate ¶
func (c DeploymentOperationsClient) ListAtTenantScopeCompleteMatchingPredicate(ctx context.Context, id DeploymentId, options ListAtTenantScopeOperationOptions, predicate DeploymentOperationOperationPredicate) (result ListAtTenantScopeCompleteResult, err error)
ListAtTenantScopeCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeploymentOperationsClient) ListComplete ¶
func (c DeploymentOperationsClient) ListComplete(ctx context.Context, id ResourceGroupDeploymentId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (DeploymentOperationsClient) ListCompleteMatchingPredicate ¶
func (c DeploymentOperationsClient) ListCompleteMatchingPredicate(ctx context.Context, id ResourceGroupDeploymentId, options ListOperationOptions, predicate DeploymentOperationOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo struct { Info *interface{} `json:"info,omitempty"` Type *string `json:"type,omitempty"` }
type ErrorResponse ¶
type ErrorResponse struct { AdditionalInfo *[]ErrorAdditionalInfo `json:"additionalInfo,omitempty"` Code *string `json:"code,omitempty"` Details *[]ErrorResponse `json:"details,omitempty"` Message *string `json:"message,omitempty"` Target *string `json:"target,omitempty"` }
type GetAtManagementGroupScopeOperationResponse ¶
type GetAtManagementGroupScopeOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *DeploymentOperation }
type GetAtScopeOperationResponse ¶
type GetAtScopeOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *DeploymentOperation }
type GetAtSubscriptionScopeOperationResponse ¶
type GetAtSubscriptionScopeOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *DeploymentOperation }
type GetAtTenantScopeOperationResponse ¶
type GetAtTenantScopeOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *DeploymentOperation }
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *DeploymentOperation }
type HTTPMessage ¶
type HTTPMessage struct {
Content *interface{} `json:"content,omitempty"`
}
type ListAtManagementGroupScopeCompleteResult ¶
type ListAtManagementGroupScopeCompleteResult struct { LatestHttpResponse *http.Response Items []DeploymentOperation }
type ListAtManagementGroupScopeOperationOptions ¶
type ListAtManagementGroupScopeOperationOptions struct {
Top *int64
}
func DefaultListAtManagementGroupScopeOperationOptions ¶
func DefaultListAtManagementGroupScopeOperationOptions() ListAtManagementGroupScopeOperationOptions
func (ListAtManagementGroupScopeOperationOptions) ToHeaders ¶
func (o ListAtManagementGroupScopeOperationOptions) ToHeaders() *client.Headers
func (ListAtManagementGroupScopeOperationOptions) ToOData ¶
func (o ListAtManagementGroupScopeOperationOptions) ToOData() *odata.Query
func (ListAtManagementGroupScopeOperationOptions) ToQuery ¶
func (o ListAtManagementGroupScopeOperationOptions) ToQuery() *client.QueryParams
type ListAtManagementGroupScopeOperationResponse ¶
type ListAtManagementGroupScopeOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]DeploymentOperation }
type ListAtScopeCompleteResult ¶
type ListAtScopeCompleteResult struct { LatestHttpResponse *http.Response Items []DeploymentOperation }
type ListAtScopeOperationOptions ¶
type ListAtScopeOperationOptions struct {
Top *int64
}
func DefaultListAtScopeOperationOptions ¶
func DefaultListAtScopeOperationOptions() ListAtScopeOperationOptions
func (ListAtScopeOperationOptions) ToHeaders ¶
func (o ListAtScopeOperationOptions) ToHeaders() *client.Headers
func (ListAtScopeOperationOptions) ToOData ¶
func (o ListAtScopeOperationOptions) ToOData() *odata.Query
func (ListAtScopeOperationOptions) ToQuery ¶
func (o ListAtScopeOperationOptions) ToQuery() *client.QueryParams
type ListAtScopeOperationResponse ¶
type ListAtScopeOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]DeploymentOperation }
type ListAtSubscriptionScopeCompleteResult ¶
type ListAtSubscriptionScopeCompleteResult struct { LatestHttpResponse *http.Response Items []DeploymentOperation }
type ListAtSubscriptionScopeOperationOptions ¶
type ListAtSubscriptionScopeOperationOptions struct {
Top *int64
}
func DefaultListAtSubscriptionScopeOperationOptions ¶
func DefaultListAtSubscriptionScopeOperationOptions() ListAtSubscriptionScopeOperationOptions
func (ListAtSubscriptionScopeOperationOptions) ToHeaders ¶
func (o ListAtSubscriptionScopeOperationOptions) ToHeaders() *client.Headers
func (ListAtSubscriptionScopeOperationOptions) ToOData ¶
func (o ListAtSubscriptionScopeOperationOptions) ToOData() *odata.Query
func (ListAtSubscriptionScopeOperationOptions) ToQuery ¶
func (o ListAtSubscriptionScopeOperationOptions) ToQuery() *client.QueryParams
type ListAtSubscriptionScopeOperationResponse ¶
type ListAtSubscriptionScopeOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]DeploymentOperation }
type ListAtTenantScopeCompleteResult ¶
type ListAtTenantScopeCompleteResult struct { LatestHttpResponse *http.Response Items []DeploymentOperation }
type ListAtTenantScopeOperationOptions ¶
type ListAtTenantScopeOperationOptions struct {
Top *int64
}
func DefaultListAtTenantScopeOperationOptions ¶
func DefaultListAtTenantScopeOperationOptions() ListAtTenantScopeOperationOptions
func (ListAtTenantScopeOperationOptions) ToHeaders ¶
func (o ListAtTenantScopeOperationOptions) ToHeaders() *client.Headers
func (ListAtTenantScopeOperationOptions) ToOData ¶
func (o ListAtTenantScopeOperationOptions) ToOData() *odata.Query
func (ListAtTenantScopeOperationOptions) ToQuery ¶
func (o ListAtTenantScopeOperationOptions) ToQuery() *client.QueryParams
type ListAtTenantScopeOperationResponse ¶
type ListAtTenantScopeOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]DeploymentOperation }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []DeploymentOperation }
type ListOperationOptions ¶
type ListOperationOptions struct {
Top *int64
}
func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
func (ListOperationOptions) ToHeaders ¶
func (o ListOperationOptions) ToHeaders() *client.Headers
func (ListOperationOptions) ToOData ¶
func (o ListOperationOptions) ToOData() *odata.Query
func (ListOperationOptions) ToQuery ¶
func (o ListOperationOptions) ToQuery() *client.QueryParams
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]DeploymentOperation }
type OperationId ¶
OperationId is a struct representing the Resource ID for a Operation
func NewOperationID ¶
func NewOperationID(deploymentName string, operationId string) OperationId
NewOperationID returns a new OperationId struct
func ParseOperationID ¶
func ParseOperationID(input string) (*OperationId, error)
ParseOperationID parses 'input' into a OperationId
func ParseOperationIDInsensitively ¶
func ParseOperationIDInsensitively(input string) (*OperationId, error)
ParseOperationIDInsensitively parses 'input' case-insensitively into a OperationId note: this method should only be used for API response data and not user input
func (*OperationId) FromParseResult ¶
func (id *OperationId) FromParseResult(input resourceids.ParseResult) error
func (OperationId) Segments ¶
func (id OperationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Operation ID
func (OperationId) String ¶
func (id OperationId) String() string
String returns a human-readable description of this Operation ID
type ProviderDeploymentId ¶
ProviderDeploymentId is a struct representing the Resource ID for a Provider Deployment
func NewProviderDeploymentID ¶
func NewProviderDeploymentID(subscriptionId string, deploymentName string) ProviderDeploymentId
NewProviderDeploymentID returns a new ProviderDeploymentId struct
func ParseProviderDeploymentID ¶
func ParseProviderDeploymentID(input string) (*ProviderDeploymentId, error)
ParseProviderDeploymentID parses 'input' into a ProviderDeploymentId
func ParseProviderDeploymentIDInsensitively ¶
func ParseProviderDeploymentIDInsensitively(input string) (*ProviderDeploymentId, error)
ParseProviderDeploymentIDInsensitively parses 'input' case-insensitively into a ProviderDeploymentId note: this method should only be used for API response data and not user input
func (*ProviderDeploymentId) FromParseResult ¶
func (id *ProviderDeploymentId) FromParseResult(input resourceids.ParseResult) error
func (ProviderDeploymentId) ID ¶
func (id ProviderDeploymentId) ID() string
ID returns the formatted Provider Deployment ID
func (ProviderDeploymentId) Segments ¶
func (id ProviderDeploymentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Provider Deployment ID
func (ProviderDeploymentId) String ¶
func (id ProviderDeploymentId) String() string
String returns a human-readable description of this Provider Deployment ID
type Providers2DeploymentId ¶
Providers2DeploymentId is a struct representing the Resource ID for a Providers 2 Deployment
func NewProviders2DeploymentID ¶
func NewProviders2DeploymentID(groupId string, deploymentName string) Providers2DeploymentId
NewProviders2DeploymentID returns a new Providers2DeploymentId struct
func ParseProviders2DeploymentID ¶
func ParseProviders2DeploymentID(input string) (*Providers2DeploymentId, error)
ParseProviders2DeploymentID parses 'input' into a Providers2DeploymentId
func ParseProviders2DeploymentIDInsensitively ¶
func ParseProviders2DeploymentIDInsensitively(input string) (*Providers2DeploymentId, error)
ParseProviders2DeploymentIDInsensitively parses 'input' case-insensitively into a Providers2DeploymentId note: this method should only be used for API response data and not user input
func (*Providers2DeploymentId) FromParseResult ¶
func (id *Providers2DeploymentId) FromParseResult(input resourceids.ParseResult) error
func (Providers2DeploymentId) ID ¶
func (id Providers2DeploymentId) ID() string
ID returns the formatted Providers 2 Deployment ID
func (Providers2DeploymentId) Segments ¶
func (id Providers2DeploymentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Providers 2 Deployment ID
func (Providers2DeploymentId) String ¶
func (id Providers2DeploymentId) String() string
String returns a human-readable description of this Providers 2 Deployment ID
type Providers2DeploymentOperationId ¶
type Providers2DeploymentOperationId struct { GroupId string DeploymentName string OperationId string }
Providers2DeploymentOperationId is a struct representing the Resource ID for a Providers 2 Deployment Operation
func NewProviders2DeploymentOperationID ¶
func NewProviders2DeploymentOperationID(groupId string, deploymentName string, operationId string) Providers2DeploymentOperationId
NewProviders2DeploymentOperationID returns a new Providers2DeploymentOperationId struct
func ParseProviders2DeploymentOperationID ¶
func ParseProviders2DeploymentOperationID(input string) (*Providers2DeploymentOperationId, error)
ParseProviders2DeploymentOperationID parses 'input' into a Providers2DeploymentOperationId
func ParseProviders2DeploymentOperationIDInsensitively ¶
func ParseProviders2DeploymentOperationIDInsensitively(input string) (*Providers2DeploymentOperationId, error)
ParseProviders2DeploymentOperationIDInsensitively parses 'input' case-insensitively into a Providers2DeploymentOperationId note: this method should only be used for API response data and not user input
func (*Providers2DeploymentOperationId) FromParseResult ¶
func (id *Providers2DeploymentOperationId) FromParseResult(input resourceids.ParseResult) error
func (Providers2DeploymentOperationId) ID ¶
func (id Providers2DeploymentOperationId) ID() string
ID returns the formatted Providers 2 Deployment Operation ID
func (Providers2DeploymentOperationId) Segments ¶
func (id Providers2DeploymentOperationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Providers 2 Deployment Operation ID
func (Providers2DeploymentOperationId) String ¶
func (id Providers2DeploymentOperationId) String() string
String returns a human-readable description of this Providers 2 Deployment Operation ID
type ProvisioningOperation ¶
type ProvisioningOperation string
const ( ProvisioningOperationAction ProvisioningOperation = "Action" ProvisioningOperationAzureAsyncOperationWaiting ProvisioningOperation = "AzureAsyncOperationWaiting" ProvisioningOperationCreate ProvisioningOperation = "Create" ProvisioningOperationDelete ProvisioningOperation = "Delete" ProvisioningOperationDeploymentCleanup ProvisioningOperation = "DeploymentCleanup" ProvisioningOperationEvaluateDeploymentOutput ProvisioningOperation = "EvaluateDeploymentOutput" ProvisioningOperationNotSpecified ProvisioningOperation = "NotSpecified" ProvisioningOperationRead ProvisioningOperation = "Read" ProvisioningOperationResourceCacheWaiting ProvisioningOperation = "ResourceCacheWaiting" ProvisioningOperationWaiting ProvisioningOperation = "Waiting" )
func (*ProvisioningOperation) UnmarshalJSON ¶
func (s *ProvisioningOperation) UnmarshalJSON(bytes []byte) error
type ResourceGroupDeploymentId ¶
type ResourceGroupDeploymentId struct { SubscriptionId string ResourceGroupName string DeploymentName string }
ResourceGroupDeploymentId is a struct representing the Resource ID for a Resource Group Deployment
func NewResourceGroupDeploymentID ¶
func NewResourceGroupDeploymentID(subscriptionId string, resourceGroupName string, deploymentName string) ResourceGroupDeploymentId
NewResourceGroupDeploymentID returns a new ResourceGroupDeploymentId struct
func ParseResourceGroupDeploymentID ¶
func ParseResourceGroupDeploymentID(input string) (*ResourceGroupDeploymentId, error)
ParseResourceGroupDeploymentID parses 'input' into a ResourceGroupDeploymentId
func ParseResourceGroupDeploymentIDInsensitively ¶
func ParseResourceGroupDeploymentIDInsensitively(input string) (*ResourceGroupDeploymentId, error)
ParseResourceGroupDeploymentIDInsensitively parses 'input' case-insensitively into a ResourceGroupDeploymentId note: this method should only be used for API response data and not user input
func (*ResourceGroupDeploymentId) FromParseResult ¶
func (id *ResourceGroupDeploymentId) FromParseResult(input resourceids.ParseResult) error
func (ResourceGroupDeploymentId) ID ¶
func (id ResourceGroupDeploymentId) ID() string
ID returns the formatted Resource Group Deployment ID
func (ResourceGroupDeploymentId) Segments ¶
func (id ResourceGroupDeploymentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Resource Group Deployment ID
func (ResourceGroupDeploymentId) String ¶
func (id ResourceGroupDeploymentId) String() string
String returns a human-readable description of this Resource Group Deployment ID
type ResourceGroupDeploymentOperationId ¶
type ResourceGroupDeploymentOperationId struct { SubscriptionId string ResourceGroupName string DeploymentName string OperationId string }
ResourceGroupDeploymentOperationId is a struct representing the Resource ID for a Resource Group Deployment Operation
func NewResourceGroupDeploymentOperationID ¶
func NewResourceGroupDeploymentOperationID(subscriptionId string, resourceGroupName string, deploymentName string, operationId string) ResourceGroupDeploymentOperationId
NewResourceGroupDeploymentOperationID returns a new ResourceGroupDeploymentOperationId struct
func ParseResourceGroupDeploymentOperationID ¶
func ParseResourceGroupDeploymentOperationID(input string) (*ResourceGroupDeploymentOperationId, error)
ParseResourceGroupDeploymentOperationID parses 'input' into a ResourceGroupDeploymentOperationId
func ParseResourceGroupDeploymentOperationIDInsensitively ¶
func ParseResourceGroupDeploymentOperationIDInsensitively(input string) (*ResourceGroupDeploymentOperationId, error)
ParseResourceGroupDeploymentOperationIDInsensitively parses 'input' case-insensitively into a ResourceGroupDeploymentOperationId note: this method should only be used for API response data and not user input
func (*ResourceGroupDeploymentOperationId) FromParseResult ¶
func (id *ResourceGroupDeploymentOperationId) FromParseResult(input resourceids.ParseResult) error
func (ResourceGroupDeploymentOperationId) ID ¶
func (id ResourceGroupDeploymentOperationId) ID() string
ID returns the formatted Resource Group Deployment Operation ID
func (ResourceGroupDeploymentOperationId) Segments ¶
func (id ResourceGroupDeploymentOperationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Resource Group Deployment Operation ID
func (ResourceGroupDeploymentOperationId) String ¶
func (id ResourceGroupDeploymentOperationId) String() string
String returns a human-readable description of this Resource Group Deployment Operation ID
type ScopedDeploymentId ¶
ScopedDeploymentId is a struct representing the Resource ID for a Scoped Deployment
func NewScopedDeploymentID ¶
func NewScopedDeploymentID(scope string, deploymentName string) ScopedDeploymentId
NewScopedDeploymentID returns a new ScopedDeploymentId struct
func ParseScopedDeploymentID ¶
func ParseScopedDeploymentID(input string) (*ScopedDeploymentId, error)
ParseScopedDeploymentID parses 'input' into a ScopedDeploymentId
func ParseScopedDeploymentIDInsensitively ¶
func ParseScopedDeploymentIDInsensitively(input string) (*ScopedDeploymentId, error)
ParseScopedDeploymentIDInsensitively parses 'input' case-insensitively into a ScopedDeploymentId note: this method should only be used for API response data and not user input
func (*ScopedDeploymentId) FromParseResult ¶
func (id *ScopedDeploymentId) FromParseResult(input resourceids.ParseResult) error
func (ScopedDeploymentId) ID ¶
func (id ScopedDeploymentId) ID() string
ID returns the formatted Scoped Deployment ID
func (ScopedDeploymentId) Segments ¶
func (id ScopedDeploymentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Scoped Deployment ID
func (ScopedDeploymentId) String ¶
func (id ScopedDeploymentId) String() string
String returns a human-readable description of this Scoped Deployment ID
type ScopedOperationId ¶
ScopedOperationId is a struct representing the Resource ID for a Scoped Operation
func NewScopedOperationID ¶
func NewScopedOperationID(scope string, deploymentName string, operationId string) ScopedOperationId
NewScopedOperationID returns a new ScopedOperationId struct
func ParseScopedOperationID ¶
func ParseScopedOperationID(input string) (*ScopedOperationId, error)
ParseScopedOperationID parses 'input' into a ScopedOperationId
func ParseScopedOperationIDInsensitively ¶
func ParseScopedOperationIDInsensitively(input string) (*ScopedOperationId, error)
ParseScopedOperationIDInsensitively parses 'input' case-insensitively into a ScopedOperationId note: this method should only be used for API response data and not user input
func (*ScopedOperationId) FromParseResult ¶
func (id *ScopedOperationId) FromParseResult(input resourceids.ParseResult) error
func (ScopedOperationId) ID ¶
func (id ScopedOperationId) ID() string
ID returns the formatted Scoped Operation ID
func (ScopedOperationId) Segments ¶
func (id ScopedOperationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Scoped Operation ID
func (ScopedOperationId) String ¶
func (id ScopedOperationId) String() string
String returns a human-readable description of this Scoped Operation ID
type StatusMessage ¶
type StatusMessage struct { Error *ErrorResponse `json:"error,omitempty"` Status *string `json:"status,omitempty"` }
type TargetResource ¶
Source Files ¶
- client.go
- constants.go
- id_deployment.go
- id_deploymentoperation.go
- id_operation.go
- id_providerdeployment.go
- id_providers2deployment.go
- id_providers2deploymentoperation.go
- id_resourcegroupdeployment.go
- id_resourcegroupdeploymentoperation.go
- id_scopeddeployment.go
- id_scopedoperation.go
- method_get.go
- method_getatmanagementgroupscope.go
- method_getatscope.go
- method_getatsubscriptionscope.go
- method_getattenantscope.go
- method_list.go
- method_listatmanagementgroupscope.go
- method_listatscope.go
- method_listatsubscriptionscope.go
- method_listattenantscope.go
- model_deploymentoperation.go
- model_deploymentoperationproperties.go
- model_erroradditionalinfo.go
- model_errorresponse.go
- model_httpmessage.go
- model_statusmessage.go
- model_targetresource.go
- predicates.go
- version.go