Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForAliasPathAttributes() []string + func PossibleValuesForAliasPathTokenType() []string + func PossibleValuesForAliasPatternType() []string + func PossibleValuesForAliasType() []string + func PossibleValuesForChangeType() []string + func PossibleValuesForDeploymentMode() []string + func PossibleValuesForExpressionEvaluationOptionsScopeType() []string + func PossibleValuesForOnErrorDeploymentType() []string + func PossibleValuesForPropertyChangeType() []string + func PossibleValuesForProvisioningState() []string + func PossibleValuesForWhatIfResultFormat() []string + func ValidateDeploymentID(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 ValidateResourceGroupProviderDeploymentID(input interface{}, key string) (warnings []string, errors []error) + func ValidateScopedDeploymentID(input interface{}, key string) (warnings []string, errors []error) + type Alias struct + DefaultMetadata *AliasPathMetadata + DefaultPath *string + DefaultPattern *AliasPattern + Name *string + Paths *[]AliasPath + Type *AliasType + type AliasPath struct + ApiVersions *[]string + Metadata *AliasPathMetadata + Path *string + Pattern *AliasPattern + type AliasPathAttributes string + const AliasPathAttributesModifiable + const AliasPathAttributesNone + func (s *AliasPathAttributes) UnmarshalJSON(bytes []byte) error + type AliasPathMetadata struct + Attributes *AliasPathAttributes + Type *AliasPathTokenType + type AliasPathTokenType string + const AliasPathTokenTypeAny + const AliasPathTokenTypeArray + const AliasPathTokenTypeBoolean + const AliasPathTokenTypeInteger + const AliasPathTokenTypeNotSpecified + const AliasPathTokenTypeNumber + const AliasPathTokenTypeObject + const AliasPathTokenTypeString + func (s *AliasPathTokenType) UnmarshalJSON(bytes []byte) error + type AliasPattern struct + Phrase *string + Type *AliasPatternType + Variable *string + type AliasPatternType string + const AliasPatternTypeExtract + const AliasPatternTypeNotSpecified + func (s *AliasPatternType) UnmarshalJSON(bytes []byte) error + type AliasType string + const AliasTypeMask + const AliasTypeNotSpecified + const AliasTypePlainText + func (s *AliasType) UnmarshalJSON(bytes []byte) error + type ApiProfile struct + ApiVersion *string + ProfileVersion *string + type BasicDependency struct + Id *string + ResourceName *string + ResourceType *string + type CalculateTemplateHashOperationResponse struct + HttpResponse *http.Response + Model *TemplateHashResult + OData *odata.OData + type CancelAtManagementGroupScopeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CancelAtScopeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CancelAtSubscriptionScopeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CancelAtTenantScopeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CancelOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ChangeType string + const ChangeTypeCreate + const ChangeTypeDelete + const ChangeTypeDeploy + const ChangeTypeIgnore + const ChangeTypeModify + const ChangeTypeNoChange + func (s *ChangeType) UnmarshalJSON(bytes []byte) error + type CheckExistenceAtManagementGroupScopeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CheckExistenceAtScopeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CheckExistenceAtSubscriptionScopeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CheckExistenceAtTenantScopeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CheckExistenceOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CreateOrUpdateAtManagementGroupScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExtended + OData *odata.OData + Poller pollers.Poller + type CreateOrUpdateAtScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExtended + OData *odata.OData + Poller pollers.Poller + type CreateOrUpdateAtSubscriptionScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExtended + OData *odata.OData + Poller pollers.Poller + type CreateOrUpdateAtTenantScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExtended + OData *odata.OData + Poller pollers.Poller + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExtended + OData *odata.OData + Poller pollers.Poller + type DebugSetting struct + DetailLevel *string + type DeleteAtManagementGroupScopeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type DeleteAtScopeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type DeleteAtSubscriptionScopeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type DeleteAtTenantScopeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type Dependency struct + DependsOn *[]BasicDependency + Id *string + ResourceName *string + ResourceType *string + type Deployment struct + Location *string + Properties DeploymentProperties + Tags *map[string]string + type DeploymentExportResult struct + Template *interface{} + type DeploymentExtended struct + Id *string + Location *string + Name *string + Properties *DeploymentPropertiesExtended + Tags *map[string]string + Type *string + type DeploymentExtendedOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p DeploymentExtendedOperationPredicate) Matches(input DeploymentExtended) bool + type DeploymentId struct + DeploymentName string + func NewDeploymentID(deploymentName string) DeploymentId + func ParseDeploymentID(input string) (*DeploymentId, error) + func ParseDeploymentIDInsensitively(input string) (*DeploymentId, error) + func (id *DeploymentId) FromParseResult(input resourceids.ParseResult) error + func (id DeploymentId) ID() string + func (id DeploymentId) Segments() []resourceids.Segment + func (id DeploymentId) String() string + type DeploymentMode string + const DeploymentModeComplete + const DeploymentModeIncremental + func (s *DeploymentMode) UnmarshalJSON(bytes []byte) error + type DeploymentProperties struct + DebugSetting *DebugSetting + ExpressionEvaluationOptions *ExpressionEvaluationOptions + Mode DeploymentMode + OnErrorDeployment *OnErrorDeployment + Parameters *interface{} + ParametersLink *ParametersLink + Template *interface{} + TemplateLink *TemplateLink + type DeploymentPropertiesExtended struct + CorrelationId *string + DebugSetting *DebugSetting + Dependencies *[]Dependency + Duration *string + Error *ErrorResponse + Mode *DeploymentMode + OnErrorDeployment *OnErrorDeploymentExtended + OutputResources *[]ResourceReference + Outputs *interface{} + Parameters *interface{} + ParametersLink *ParametersLink + Providers *[]Provider + ProvisioningState *ProvisioningState + TemplateHash *string + TemplateLink *TemplateLink + Timestamp *string + ValidatedResources *[]ResourceReference + func (o *DeploymentPropertiesExtended) GetTimestampAsTime() (*time.Time, error) + func (o *DeploymentPropertiesExtended) SetTimestampAsTime(input time.Time) + type DeploymentValidateResult struct + Error *ErrorResponse + Properties *DeploymentPropertiesExtended + type DeploymentWhatIf struct + Location *string + Properties DeploymentWhatIfProperties + type DeploymentWhatIfProperties struct + DebugSetting *DebugSetting + ExpressionEvaluationOptions *ExpressionEvaluationOptions + Mode DeploymentMode + OnErrorDeployment *OnErrorDeployment + Parameters *interface{} + ParametersLink *ParametersLink + Template *interface{} + TemplateLink *TemplateLink + WhatIfSettings *DeploymentWhatIfSettings + type DeploymentWhatIfSettings struct + ResultFormat *WhatIfResultFormat + type DeploymentsClient struct + Client *resourcemanager.Client + func NewDeploymentsClientWithBaseURI(sdkApi sdkEnv.Api) (*DeploymentsClient, error) + func (c DeploymentsClient) CalculateTemplateHash(ctx context.Context, input interface{}) (result CalculateTemplateHashOperationResponse, err error) + func (c DeploymentsClient) Cancel(ctx context.Context, id ResourceGroupProviderDeploymentId) (result CancelOperationResponse, err error) + func (c DeploymentsClient) CancelAtManagementGroupScope(ctx context.Context, id Providers2DeploymentId) (result CancelAtManagementGroupScopeOperationResponse, err error) + func (c DeploymentsClient) CancelAtScope(ctx context.Context, id ScopedDeploymentId) (result CancelAtScopeOperationResponse, err error) + func (c DeploymentsClient) CancelAtSubscriptionScope(ctx context.Context, id ProviderDeploymentId) (result CancelAtSubscriptionScopeOperationResponse, err error) + func (c DeploymentsClient) CancelAtTenantScope(ctx context.Context, id DeploymentId) (result CancelAtTenantScopeOperationResponse, err error) + func (c DeploymentsClient) CheckExistence(ctx context.Context, id ResourceGroupProviderDeploymentId) (result CheckExistenceOperationResponse, err error) + func (c DeploymentsClient) CheckExistenceAtManagementGroupScope(ctx context.Context, id Providers2DeploymentId) (result CheckExistenceAtManagementGroupScopeOperationResponse, err error) + func (c DeploymentsClient) CheckExistenceAtScope(ctx context.Context, id ScopedDeploymentId) (result CheckExistenceAtScopeOperationResponse, err error) + func (c DeploymentsClient) CheckExistenceAtSubscriptionScope(ctx context.Context, id ProviderDeploymentId) (result CheckExistenceAtSubscriptionScopeOperationResponse, err error) + func (c DeploymentsClient) CheckExistenceAtTenantScope(ctx context.Context, id DeploymentId) (result CheckExistenceAtTenantScopeOperationResponse, err error) + func (c DeploymentsClient) CreateOrUpdate(ctx context.Context, id ResourceGroupProviderDeploymentId, input Deployment) (result CreateOrUpdateOperationResponse, err error) + func (c DeploymentsClient) CreateOrUpdateAtManagementGroupScope(ctx context.Context, id Providers2DeploymentId, input ScopedDeployment) (result CreateOrUpdateAtManagementGroupScopeOperationResponse, err error) + func (c DeploymentsClient) CreateOrUpdateAtManagementGroupScopeThenPoll(ctx context.Context, id Providers2DeploymentId, input ScopedDeployment) error + func (c DeploymentsClient) CreateOrUpdateAtScope(ctx context.Context, id ScopedDeploymentId, input Deployment) (result CreateOrUpdateAtScopeOperationResponse, err error) + func (c DeploymentsClient) CreateOrUpdateAtScopeThenPoll(ctx context.Context, id ScopedDeploymentId, input Deployment) error + func (c DeploymentsClient) CreateOrUpdateAtSubscriptionScope(ctx context.Context, id ProviderDeploymentId, input Deployment) (result CreateOrUpdateAtSubscriptionScopeOperationResponse, err error) + func (c DeploymentsClient) CreateOrUpdateAtSubscriptionScopeThenPoll(ctx context.Context, id ProviderDeploymentId, input Deployment) error + func (c DeploymentsClient) CreateOrUpdateAtTenantScope(ctx context.Context, id DeploymentId, input ScopedDeployment) (result CreateOrUpdateAtTenantScopeOperationResponse, err error) + func (c DeploymentsClient) CreateOrUpdateAtTenantScopeThenPoll(ctx context.Context, id DeploymentId, input ScopedDeployment) error + func (c DeploymentsClient) CreateOrUpdateThenPoll(ctx context.Context, id ResourceGroupProviderDeploymentId, input Deployment) error + func (c DeploymentsClient) Delete(ctx context.Context, id ResourceGroupProviderDeploymentId) (result DeleteOperationResponse, err error) + func (c DeploymentsClient) DeleteAtManagementGroupScope(ctx context.Context, id Providers2DeploymentId) (result DeleteAtManagementGroupScopeOperationResponse, err error) + func (c DeploymentsClient) DeleteAtManagementGroupScopeThenPoll(ctx context.Context, id Providers2DeploymentId) error + func (c DeploymentsClient) DeleteAtScope(ctx context.Context, id ScopedDeploymentId) (result DeleteAtScopeOperationResponse, err error) + func (c DeploymentsClient) DeleteAtScopeThenPoll(ctx context.Context, id ScopedDeploymentId) error + func (c DeploymentsClient) DeleteAtSubscriptionScope(ctx context.Context, id ProviderDeploymentId) (result DeleteAtSubscriptionScopeOperationResponse, err error) + func (c DeploymentsClient) DeleteAtSubscriptionScopeThenPoll(ctx context.Context, id ProviderDeploymentId) error + func (c DeploymentsClient) DeleteAtTenantScope(ctx context.Context, id DeploymentId) (result DeleteAtTenantScopeOperationResponse, err error) + func (c DeploymentsClient) DeleteAtTenantScopeThenPoll(ctx context.Context, id DeploymentId) error + func (c DeploymentsClient) DeleteThenPoll(ctx context.Context, id ResourceGroupProviderDeploymentId) error + func (c DeploymentsClient) ExportTemplate(ctx context.Context, id ResourceGroupProviderDeploymentId) (result ExportTemplateOperationResponse, err error) + func (c DeploymentsClient) ExportTemplateAtManagementGroupScope(ctx context.Context, id Providers2DeploymentId) (result ExportTemplateAtManagementGroupScopeOperationResponse, err error) + func (c DeploymentsClient) ExportTemplateAtScope(ctx context.Context, id ScopedDeploymentId) (result ExportTemplateAtScopeOperationResponse, err error) + func (c DeploymentsClient) ExportTemplateAtSubscriptionScope(ctx context.Context, id ProviderDeploymentId) (result ExportTemplateAtSubscriptionScopeOperationResponse, err error) + func (c DeploymentsClient) ExportTemplateAtTenantScope(ctx context.Context, id DeploymentId) (result ExportTemplateAtTenantScopeOperationResponse, err error) + func (c DeploymentsClient) Get(ctx context.Context, id ResourceGroupProviderDeploymentId) (result GetOperationResponse, err error) + func (c DeploymentsClient) GetAtManagementGroupScope(ctx context.Context, id Providers2DeploymentId) (result GetAtManagementGroupScopeOperationResponse, err error) + func (c DeploymentsClient) GetAtScope(ctx context.Context, id ScopedDeploymentId) (result GetAtScopeOperationResponse, err error) + func (c DeploymentsClient) GetAtSubscriptionScope(ctx context.Context, id ProviderDeploymentId) (result GetAtSubscriptionScopeOperationResponse, err error) + func (c DeploymentsClient) GetAtTenantScope(ctx context.Context, id DeploymentId) (result GetAtTenantScopeOperationResponse, err error) + func (c DeploymentsClient) ListAtManagementGroupScope(ctx context.Context, id commonids.ManagementGroupId, ...) (result ListAtManagementGroupScopeOperationResponse, err error) + func (c DeploymentsClient) ListAtManagementGroupScopeComplete(ctx context.Context, id commonids.ManagementGroupId, ...) (ListAtManagementGroupScopeCompleteResult, error) + func (c DeploymentsClient) ListAtManagementGroupScopeCompleteMatchingPredicate(ctx context.Context, id commonids.ManagementGroupId, ...) (result ListAtManagementGroupScopeCompleteResult, err error) + func (c DeploymentsClient) ListAtScope(ctx context.Context, id commonids.ScopeId, options ListAtScopeOperationOptions) (result ListAtScopeOperationResponse, err error) + func (c DeploymentsClient) ListAtScopeComplete(ctx context.Context, id commonids.ScopeId, options ListAtScopeOperationOptions) (ListAtScopeCompleteResult, error) + func (c DeploymentsClient) ListAtScopeCompleteMatchingPredicate(ctx context.Context, id commonids.ScopeId, options ListAtScopeOperationOptions, ...) (result ListAtScopeCompleteResult, err error) + func (c DeploymentsClient) ListAtSubscriptionScope(ctx context.Context, id commonids.SubscriptionId, ...) (result ListAtSubscriptionScopeOperationResponse, err error) + func (c DeploymentsClient) ListAtSubscriptionScopeComplete(ctx context.Context, id commonids.SubscriptionId, ...) (ListAtSubscriptionScopeCompleteResult, error) + func (c DeploymentsClient) ListAtSubscriptionScopeCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListAtSubscriptionScopeCompleteResult, err error) + func (c DeploymentsClient) ListAtTenantScope(ctx context.Context, options ListAtTenantScopeOperationOptions) (result ListAtTenantScopeOperationResponse, err error) + func (c DeploymentsClient) ListAtTenantScopeComplete(ctx context.Context, options ListAtTenantScopeOperationOptions) (ListAtTenantScopeCompleteResult, error) + func (c DeploymentsClient) ListAtTenantScopeCompleteMatchingPredicate(ctx context.Context, options ListAtTenantScopeOperationOptions, ...) (result ListAtTenantScopeCompleteResult, err error) + func (c DeploymentsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupOperationResponse, err error) + func (c DeploymentsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId, ...) (ListByResourceGroupCompleteResult, error) + func (c DeploymentsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c DeploymentsClient) Validate(ctx context.Context, id ResourceGroupProviderDeploymentId, input Deployment) (result ValidateOperationResponse, err error) + func (c DeploymentsClient) ValidateAtManagementGroupScope(ctx context.Context, id Providers2DeploymentId, input ScopedDeployment) (result ValidateAtManagementGroupScopeOperationResponse, err error) + func (c DeploymentsClient) ValidateAtManagementGroupScopeThenPoll(ctx context.Context, id Providers2DeploymentId, input ScopedDeployment) error + func (c DeploymentsClient) ValidateAtScope(ctx context.Context, id ScopedDeploymentId, input Deployment) (result ValidateAtScopeOperationResponse, err error) + func (c DeploymentsClient) ValidateAtScopeThenPoll(ctx context.Context, id ScopedDeploymentId, input Deployment) error + func (c DeploymentsClient) ValidateAtSubscriptionScope(ctx context.Context, id ProviderDeploymentId, input Deployment) (result ValidateAtSubscriptionScopeOperationResponse, err error) + func (c DeploymentsClient) ValidateAtSubscriptionScopeThenPoll(ctx context.Context, id ProviderDeploymentId, input Deployment) error + func (c DeploymentsClient) ValidateAtTenantScope(ctx context.Context, id DeploymentId, input ScopedDeployment) (result ValidateAtTenantScopeOperationResponse, err error) + func (c DeploymentsClient) ValidateAtTenantScopeThenPoll(ctx context.Context, id DeploymentId, input ScopedDeployment) error + func (c DeploymentsClient) ValidateThenPoll(ctx context.Context, id ResourceGroupProviderDeploymentId, input Deployment) error + func (c DeploymentsClient) WhatIf(ctx context.Context, id ResourceGroupProviderDeploymentId, ...) (result WhatIfOperationResponse, err error) + func (c DeploymentsClient) WhatIfAtManagementGroupScope(ctx context.Context, id Providers2DeploymentId, input ScopedDeploymentWhatIf) (result WhatIfAtManagementGroupScopeOperationResponse, err error) + func (c DeploymentsClient) WhatIfAtManagementGroupScopeThenPoll(ctx context.Context, id Providers2DeploymentId, input ScopedDeploymentWhatIf) error + func (c DeploymentsClient) WhatIfAtSubscriptionScope(ctx context.Context, id ProviderDeploymentId, input DeploymentWhatIf) (result WhatIfAtSubscriptionScopeOperationResponse, err error) + func (c DeploymentsClient) WhatIfAtSubscriptionScopeThenPoll(ctx context.Context, id ProviderDeploymentId, input DeploymentWhatIf) error + func (c DeploymentsClient) WhatIfAtTenantScope(ctx context.Context, id DeploymentId, input ScopedDeploymentWhatIf) (result WhatIfAtTenantScopeOperationResponse, err error) + func (c DeploymentsClient) WhatIfAtTenantScopeThenPoll(ctx context.Context, id DeploymentId, input ScopedDeploymentWhatIf) error + func (c DeploymentsClient) WhatIfThenPoll(ctx context.Context, id ResourceGroupProviderDeploymentId, ...) error + type ErrorAdditionalInfo struct + Info *interface{} + Type *string + type ErrorResponse struct + AdditionalInfo *[]ErrorAdditionalInfo + Code *string + Details *[]ErrorResponse + Message *string + Target *string + type ExportTemplateAtManagementGroupScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExportResult + OData *odata.OData + type ExportTemplateAtScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExportResult + OData *odata.OData + type ExportTemplateAtSubscriptionScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExportResult + OData *odata.OData + type ExportTemplateAtTenantScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExportResult + OData *odata.OData + type ExportTemplateOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExportResult + OData *odata.OData + type ExpressionEvaluationOptions struct + Scope *ExpressionEvaluationOptionsScopeType + type ExpressionEvaluationOptionsScopeType string + const ExpressionEvaluationOptionsScopeTypeInner + const ExpressionEvaluationOptionsScopeTypeNotSpecified + const ExpressionEvaluationOptionsScopeTypeOuter + func (s *ExpressionEvaluationOptionsScopeType) UnmarshalJSON(bytes []byte) error + type GetAtManagementGroupScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExtended + OData *odata.OData + type GetAtScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExtended + OData *odata.OData + type GetAtSubscriptionScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExtended + OData *odata.OData + type GetAtTenantScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExtended + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *DeploymentExtended + OData *odata.OData + type ListAtManagementGroupScopeCompleteResult struct + Items []DeploymentExtended + LatestHttpResponse *http.Response + type ListAtManagementGroupScopeCustomPager struct + NextLink *odata.Link + func (p *ListAtManagementGroupScopeCustomPager) NextPageLink() *odata.Link + type ListAtManagementGroupScopeOperationOptions struct + Filter *string + Top *int64 + func DefaultListAtManagementGroupScopeOperationOptions() ListAtManagementGroupScopeOperationOptions + func (o ListAtManagementGroupScopeOperationOptions) ToHeaders() *client.Headers + func (o ListAtManagementGroupScopeOperationOptions) ToOData() *odata.Query + func (o ListAtManagementGroupScopeOperationOptions) ToQuery() *client.QueryParams + type ListAtManagementGroupScopeOperationResponse struct + HttpResponse *http.Response + Model *[]DeploymentExtended + OData *odata.OData + type ListAtScopeCompleteResult struct + Items []DeploymentExtended + LatestHttpResponse *http.Response + type ListAtScopeCustomPager struct + NextLink *odata.Link + func (p *ListAtScopeCustomPager) NextPageLink() *odata.Link + type ListAtScopeOperationOptions struct + Filter *string + Top *int64 + func DefaultListAtScopeOperationOptions() ListAtScopeOperationOptions + func (o ListAtScopeOperationOptions) ToHeaders() *client.Headers + func (o ListAtScopeOperationOptions) ToOData() *odata.Query + func (o ListAtScopeOperationOptions) ToQuery() *client.QueryParams + type ListAtScopeOperationResponse struct + HttpResponse *http.Response + Model *[]DeploymentExtended + OData *odata.OData + type ListAtSubscriptionScopeCompleteResult struct + Items []DeploymentExtended + LatestHttpResponse *http.Response + type ListAtSubscriptionScopeCustomPager struct + NextLink *odata.Link + func (p *ListAtSubscriptionScopeCustomPager) NextPageLink() *odata.Link + type ListAtSubscriptionScopeOperationOptions struct + Filter *string + Top *int64 + func DefaultListAtSubscriptionScopeOperationOptions() ListAtSubscriptionScopeOperationOptions + func (o ListAtSubscriptionScopeOperationOptions) ToHeaders() *client.Headers + func (o ListAtSubscriptionScopeOperationOptions) ToOData() *odata.Query + func (o ListAtSubscriptionScopeOperationOptions) ToQuery() *client.QueryParams + type ListAtSubscriptionScopeOperationResponse struct + HttpResponse *http.Response + Model *[]DeploymentExtended + OData *odata.OData + type ListAtTenantScopeCompleteResult struct + Items []DeploymentExtended + LatestHttpResponse *http.Response + type ListAtTenantScopeCustomPager struct + NextLink *odata.Link + func (p *ListAtTenantScopeCustomPager) NextPageLink() *odata.Link + type ListAtTenantScopeOperationOptions struct + Filter *string + Top *int64 + func DefaultListAtTenantScopeOperationOptions() ListAtTenantScopeOperationOptions + func (o ListAtTenantScopeOperationOptions) ToHeaders() *client.Headers + func (o ListAtTenantScopeOperationOptions) ToOData() *odata.Query + func (o ListAtTenantScopeOperationOptions) ToQuery() *client.QueryParams + type ListAtTenantScopeOperationResponse struct + HttpResponse *http.Response + Model *[]DeploymentExtended + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []DeploymentExtended + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationOptions struct + Filter *string + Top *int64 + func DefaultListByResourceGroupOperationOptions() ListByResourceGroupOperationOptions + func (o ListByResourceGroupOperationOptions) ToHeaders() *client.Headers + func (o ListByResourceGroupOperationOptions) ToOData() *odata.Query + func (o ListByResourceGroupOperationOptions) ToQuery() *client.QueryParams + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]DeploymentExtended + OData *odata.OData + type OnErrorDeployment struct + DeploymentName *string + Type *OnErrorDeploymentType + type OnErrorDeploymentExtended struct + DeploymentName *string + ProvisioningState *string + Type *OnErrorDeploymentType + type OnErrorDeploymentType string + const OnErrorDeploymentTypeLastSuccessful + const OnErrorDeploymentTypeSpecificDeployment + func (s *OnErrorDeploymentType) UnmarshalJSON(bytes []byte) error + type ParametersLink struct + ContentVersion *string + Uri string + type PropertyChangeType string + const PropertyChangeTypeArray + const PropertyChangeTypeCreate + const PropertyChangeTypeDelete + const PropertyChangeTypeModify + func (s *PropertyChangeType) UnmarshalJSON(bytes []byte) error + type Provider struct + Id *string + Namespace *string + RegistrationPolicy *string + RegistrationState *string + ResourceTypes *[]ProviderResourceType + type ProviderDeploymentId struct + DeploymentName string + SubscriptionId string + func NewProviderDeploymentID(subscriptionId string, deploymentName string) ProviderDeploymentId + func ParseProviderDeploymentID(input string) (*ProviderDeploymentId, error) + func ParseProviderDeploymentIDInsensitively(input string) (*ProviderDeploymentId, error) + func (id *ProviderDeploymentId) FromParseResult(input resourceids.ParseResult) error + func (id ProviderDeploymentId) ID() string + func (id ProviderDeploymentId) Segments() []resourceids.Segment + func (id ProviderDeploymentId) String() string + type ProviderExtendedLocation struct + ExtendedLocations *[]string + Location *string + Type *string + type ProviderResourceType struct + Aliases *[]Alias + ApiProfiles *[]ApiProfile + ApiVersions *[]string + Capabilities *string + DefaultApiVersion *string + LocationMappings *[]ProviderExtendedLocation + Locations *[]string + Properties *map[string]string + ResourceType *string + ZoneMappings *[]ZoneMapping + type Providers2DeploymentId struct + DeploymentName string + GroupId string + func NewProviders2DeploymentID(groupId string, deploymentName string) Providers2DeploymentId + func ParseProviders2DeploymentID(input string) (*Providers2DeploymentId, error) + func ParseProviders2DeploymentIDInsensitively(input string) (*Providers2DeploymentId, error) + func (id *Providers2DeploymentId) FromParseResult(input resourceids.ParseResult) error + func (id Providers2DeploymentId) ID() string + func (id Providers2DeploymentId) Segments() []resourceids.Segment + func (id Providers2DeploymentId) String() string + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateCreated + const ProvisioningStateCreating + const ProvisioningStateDeleted + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateNotSpecified + const ProvisioningStateReady + const ProvisioningStateRunning + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type ResourceGroupProviderDeploymentId struct + DeploymentName string + ResourceGroupName string + SubscriptionId string + func NewResourceGroupProviderDeploymentID(subscriptionId string, resourceGroupName string, deploymentName string) ResourceGroupProviderDeploymentId + func ParseResourceGroupProviderDeploymentID(input string) (*ResourceGroupProviderDeploymentId, error) + func ParseResourceGroupProviderDeploymentIDInsensitively(input string) (*ResourceGroupProviderDeploymentId, error) + func (id *ResourceGroupProviderDeploymentId) FromParseResult(input resourceids.ParseResult) error + func (id ResourceGroupProviderDeploymentId) ID() string + func (id ResourceGroupProviderDeploymentId) Segments() []resourceids.Segment + func (id ResourceGroupProviderDeploymentId) String() string + type ResourceReference struct + Id *string + type ScopedDeployment struct + Location string + Properties DeploymentProperties + Tags *map[string]string + type ScopedDeploymentId struct + DeploymentName string + Scope string + func NewScopedDeploymentID(scope string, deploymentName string) ScopedDeploymentId + func ParseScopedDeploymentID(input string) (*ScopedDeploymentId, error) + func ParseScopedDeploymentIDInsensitively(input string) (*ScopedDeploymentId, error) + func (id *ScopedDeploymentId) FromParseResult(input resourceids.ParseResult) error + func (id ScopedDeploymentId) ID() string + func (id ScopedDeploymentId) Segments() []resourceids.Segment + func (id ScopedDeploymentId) String() string + type ScopedDeploymentWhatIf struct + Location string + Properties DeploymentWhatIfProperties + type TemplateHashResult struct + MinifiedTemplate *string + TemplateHash *string + type TemplateLink struct + ContentVersion *string + Id *string + QueryString *string + RelativePath *string + Uri *string + type ValidateAtManagementGroupScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentValidateResult + OData *odata.OData + Poller pollers.Poller + type ValidateAtScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentValidateResult + OData *odata.OData + Poller pollers.Poller + type ValidateAtSubscriptionScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentValidateResult + OData *odata.OData + Poller pollers.Poller + type ValidateAtTenantScopeOperationResponse struct + HttpResponse *http.Response + Model *DeploymentValidateResult + OData *odata.OData + Poller pollers.Poller + type ValidateOperationResponse struct + HttpResponse *http.Response + Model *DeploymentValidateResult + OData *odata.OData + Poller pollers.Poller + type WhatIfAtManagementGroupScopeOperationResponse struct + HttpResponse *http.Response + Model *WhatIfOperationResult + OData *odata.OData + Poller pollers.Poller + type WhatIfAtSubscriptionScopeOperationResponse struct + HttpResponse *http.Response + Model *WhatIfOperationResult + OData *odata.OData + Poller pollers.Poller + type WhatIfAtTenantScopeOperationResponse struct + HttpResponse *http.Response + Model *WhatIfOperationResult + OData *odata.OData + Poller pollers.Poller + type WhatIfChange struct + After *interface{} + Before *interface{} + ChangeType ChangeType + Delta *[]WhatIfPropertyChange + ResourceId string + type WhatIfOperationProperties struct + Changes *[]WhatIfChange + type WhatIfOperationResponse struct + HttpResponse *http.Response + Model *WhatIfOperationResult + OData *odata.OData + Poller pollers.Poller + type WhatIfOperationResult struct + Error *ErrorResponse + Properties *WhatIfOperationProperties + Status *string + type WhatIfPropertyChange struct + After *interface{} + Before *interface{} + Children *[]WhatIfPropertyChange + Path string + PropertyChangeType PropertyChangeType + type WhatIfResultFormat string + const WhatIfResultFormatFullResourcePayloads + const WhatIfResultFormatResourceIdOnly + func (s *WhatIfResultFormat) UnmarshalJSON(bytes []byte) error + type ZoneMapping struct + Location *string + Zones *zones.Schema