Versions in this module Expand all Collapse all v35 v35.1.0 Nov 1, 2019 v35.0.0 Oct 30, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AliasPathType = original.AliasPathType + type AliasType = original.AliasType + type BaseClient = original.BaseClient + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BasicDependency = original.BasicDependency + type ChangeType = original.ChangeType + const Create + const Delete + const Deploy + const Ignore + const Modify + const NoChange + func PossibleChangeTypeValues() []ChangeType + type CloudError = original.CloudError + type DebugSetting = original.DebugSetting + type Dependency = original.Dependency + type Deployment = original.Deployment + type DeploymentExportResult = original.DeploymentExportResult + type DeploymentExtended = original.DeploymentExtended + type DeploymentExtendedFilter = original.DeploymentExtendedFilter + type DeploymentListResult = original.DeploymentListResult + type DeploymentListResultIterator = original.DeploymentListResultIterator + func NewDeploymentListResultIterator(page DeploymentListResultPage) DeploymentListResultIterator + type DeploymentListResultPage = original.DeploymentListResultPage + func NewDeploymentListResultPage(...) DeploymentListResultPage + type DeploymentMode = original.DeploymentMode + const Complete + const Incremental + func PossibleDeploymentModeValues() []DeploymentMode + type DeploymentOperation = original.DeploymentOperation + type DeploymentOperationProperties = original.DeploymentOperationProperties + type DeploymentOperationsClient = original.DeploymentOperationsClient + func NewDeploymentOperationsClient(subscriptionID string) DeploymentOperationsClient + func NewDeploymentOperationsClientWithBaseURI(baseURI string, subscriptionID string) DeploymentOperationsClient + type DeploymentOperationsListResult = original.DeploymentOperationsListResult + type DeploymentOperationsListResultIterator = original.DeploymentOperationsListResultIterator + func NewDeploymentOperationsListResultIterator(page DeploymentOperationsListResultPage) DeploymentOperationsListResultIterator + type DeploymentOperationsListResultPage = original.DeploymentOperationsListResultPage + func NewDeploymentOperationsListResultPage(...) DeploymentOperationsListResultPage + type DeploymentProperties = original.DeploymentProperties + type DeploymentPropertiesExtended = original.DeploymentPropertiesExtended + type DeploymentValidateResult = original.DeploymentValidateResult + type DeploymentWhatIf = original.DeploymentWhatIf + type DeploymentWhatIfProperties = original.DeploymentWhatIfProperties + type DeploymentWhatIfSettings = original.DeploymentWhatIfSettings + type DeploymentsClient = original.DeploymentsClient + func NewDeploymentsClient(subscriptionID string) DeploymentsClient + func NewDeploymentsClientWithBaseURI(baseURI string, subscriptionID string) DeploymentsClient + type DeploymentsCreateOrUpdateAtManagementGroupScopeFuture = original.DeploymentsCreateOrUpdateAtManagementGroupScopeFuture + type DeploymentsCreateOrUpdateAtScopeFuture = original.DeploymentsCreateOrUpdateAtScopeFuture + type DeploymentsCreateOrUpdateAtSubscriptionScopeFuture = original.DeploymentsCreateOrUpdateAtSubscriptionScopeFuture + type DeploymentsCreateOrUpdateAtTenantScopeFuture = original.DeploymentsCreateOrUpdateAtTenantScopeFuture + type DeploymentsCreateOrUpdateFuture = original.DeploymentsCreateOrUpdateFuture + type DeploymentsDeleteAtManagementGroupScopeFuture = original.DeploymentsDeleteAtManagementGroupScopeFuture + type DeploymentsDeleteAtScopeFuture = original.DeploymentsDeleteAtScopeFuture + type DeploymentsDeleteAtSubscriptionScopeFuture = original.DeploymentsDeleteAtSubscriptionScopeFuture + type DeploymentsDeleteAtTenantScopeFuture = original.DeploymentsDeleteAtTenantScopeFuture + type DeploymentsDeleteFuture = original.DeploymentsDeleteFuture + type DeploymentsWhatIfAtSubscriptionScopeFuture = original.DeploymentsWhatIfAtSubscriptionScopeFuture + type DeploymentsWhatIfFuture = original.DeploymentsWhatIfFuture + type ErrorAdditionalInfo = original.ErrorAdditionalInfo + type ErrorResponse = original.ErrorResponse + type ExportTemplateRequest = original.ExportTemplateRequest + type GenericResource = original.GenericResource + type GenericResourceFilter = original.GenericResourceFilter + type HTTPMessage = original.HTTPMessage + type Identity = original.Identity + type IdentityUserAssignedIdentitiesValue = original.IdentityUserAssignedIdentitiesValue + type OnErrorDeployment = original.OnErrorDeployment + type OnErrorDeploymentExtended = original.OnErrorDeploymentExtended + type OnErrorDeploymentType = original.OnErrorDeploymentType + const LastSuccessful + const SpecificDeployment + func PossibleOnErrorDeploymentTypeValues() []OnErrorDeploymentType + type Operation = original.Operation + type OperationDisplay = original.OperationDisplay + type OperationListResult = original.OperationListResult + type OperationListResultIterator = original.OperationListResultIterator + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + type OperationListResultPage = original.OperationListResultPage + func NewOperationListResultPage(...) OperationListResultPage + type OperationsClient = original.OperationsClient + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + type ParametersLink = original.ParametersLink + type Plan = original.Plan + type PropertyChangeType = original.PropertyChangeType + const PropertyChangeTypeArray + const PropertyChangeTypeCreate + const PropertyChangeTypeDelete + const PropertyChangeTypeModify + func PossiblePropertyChangeTypeValues() []PropertyChangeType + type Provider = original.Provider + type ProviderListResult = original.ProviderListResult + type ProviderListResultIterator = original.ProviderListResultIterator + func NewProviderListResultIterator(page ProviderListResultPage) ProviderListResultIterator + type ProviderListResultPage = original.ProviderListResultPage + func NewProviderListResultPage(...) ProviderListResultPage + type ProviderResourceType = original.ProviderResourceType + type ProvidersClient = original.ProvidersClient + func NewProvidersClient(subscriptionID string) ProvidersClient + func NewProvidersClientWithBaseURI(baseURI string, subscriptionID string) ProvidersClient + type Resource = original.Resource + type ResourceGroup = original.ResourceGroup + type ResourceGroupExportResult = original.ResourceGroupExportResult + type ResourceGroupFilter = original.ResourceGroupFilter + type ResourceGroupListResult = original.ResourceGroupListResult + type ResourceGroupListResultIterator = original.ResourceGroupListResultIterator + func NewResourceGroupListResultIterator(page ResourceGroupListResultPage) ResourceGroupListResultIterator + type ResourceGroupListResultPage = original.ResourceGroupListResultPage + func NewResourceGroupListResultPage(...) ResourceGroupListResultPage + type ResourceGroupPatchable = original.ResourceGroupPatchable + type ResourceGroupProperties = original.ResourceGroupProperties + type ResourceGroupsClient = original.ResourceGroupsClient + func NewResourceGroupsClient(subscriptionID string) ResourceGroupsClient + func NewResourceGroupsClientWithBaseURI(baseURI string, subscriptionID string) ResourceGroupsClient + type ResourceGroupsDeleteFuture = original.ResourceGroupsDeleteFuture + type ResourceIdentityType = original.ResourceIdentityType + const None + const SystemAssigned + const SystemAssignedUserAssigned + const UserAssigned + func PossibleResourceIdentityTypeValues() []ResourceIdentityType + type ResourceListResult = original.ResourceListResult + type ResourceListResultIterator = original.ResourceListResultIterator + func NewResourceListResultIterator(page ResourceListResultPage) ResourceListResultIterator + type ResourceListResultPage = original.ResourceListResultPage + func NewResourceListResultPage(...) ResourceListResultPage + type ResourceProviderOperationDisplayProperties = original.ResourceProviderOperationDisplayProperties + type ResourcesClient = original.ResourcesClient + func NewResourcesClient(subscriptionID string) ResourcesClient + func NewResourcesClientWithBaseURI(baseURI string, subscriptionID string) ResourcesClient + type ResourcesCreateOrUpdateByIDFuture = original.ResourcesCreateOrUpdateByIDFuture + type ResourcesCreateOrUpdateFuture = original.ResourcesCreateOrUpdateFuture + type ResourcesDeleteByIDFuture = original.ResourcesDeleteByIDFuture + type ResourcesDeleteFuture = original.ResourcesDeleteFuture + type ResourcesMoveInfo = original.ResourcesMoveInfo + type ResourcesMoveResourcesFuture = original.ResourcesMoveResourcesFuture + type ResourcesUpdateByIDFuture = original.ResourcesUpdateByIDFuture + type ResourcesUpdateFuture = original.ResourcesUpdateFuture + type ResourcesValidateMoveResourcesFuture = original.ResourcesValidateMoveResourcesFuture + type Sku = original.Sku + type SubResource = original.SubResource + type TagCount = original.TagCount + type TagDetails = original.TagDetails + type TagValue = original.TagValue + type TagsClient = original.TagsClient + func NewTagsClient(subscriptionID string) TagsClient + func NewTagsClientWithBaseURI(baseURI string, subscriptionID string) TagsClient + type TagsListResult = original.TagsListResult + type TagsListResultIterator = original.TagsListResultIterator + func NewTagsListResultIterator(page TagsListResultPage) TagsListResultIterator + type TagsListResultPage = original.TagsListResultPage + func NewTagsListResultPage(getNextPage func(context.Context, TagsListResult) (TagsListResult, error)) TagsListResultPage + type TargetResource = original.TargetResource + type TemplateHashResult = original.TemplateHashResult + type TemplateLink = original.TemplateLink + type WhatIfChange = original.WhatIfChange + type WhatIfOperationProperties = original.WhatIfOperationProperties + type WhatIfOperationResult = original.WhatIfOperationResult + type WhatIfPropertyChange = original.WhatIfPropertyChange + type WhatIfResultFormat = original.WhatIfResultFormat + const FullResourcePayloads + const ResourceIDOnly + func PossibleWhatIfResultFormatValues() []WhatIfResultFormat Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v15 gopkg.in/Azure/azure-sdk-for-go.v16 gopkg.in/Azure/azure-sdk-for-go.v17 gopkg.in/Azure/azure-sdk-for-go.v18 gopkg.in/Azure/azure-sdk-for-go.v19 gopkg.in/Azure/azure-sdk-for-go.v20 gopkg.in/Azure/azure-sdk-for-go.v21 gopkg.in/Azure/azure-sdk-for-go.v22 gopkg.in/Azure/azure-sdk-for-go.v23 gopkg.in/Azure/azure-sdk-for-go.v24 gopkg.in/Azure/azure-sdk-for-go.v25 gopkg.in/Azure/azure-sdk-for-go.v26 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v28 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v41 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48