Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AliasPathType
- type AliasType
- type BaseClient
- type BasicDependency
- type ChangeType
- type CloudError
- type DebugSetting
- type Dependency
- type Deployment
- type DeploymentExportResult
- type DeploymentExtended
- type DeploymentExtendedFilter
- type DeploymentListResult
- type DeploymentListResultIterator
- type DeploymentListResultPage
- type DeploymentMode
- type DeploymentOperation
- type DeploymentOperationProperties
- type DeploymentOperationsClient
- type DeploymentOperationsListResult
- type DeploymentOperationsListResultIterator
- type DeploymentOperationsListResultPage
- type DeploymentProperties
- type DeploymentPropertiesExtended
- type DeploymentValidateResult
- type DeploymentWhatIf
- type DeploymentWhatIfProperties
- type DeploymentWhatIfSettings
- type DeploymentsClient
- type DeploymentsCreateOrUpdateAtManagementGroupScopeFuture
- type DeploymentsCreateOrUpdateAtScopeFuture
- type DeploymentsCreateOrUpdateAtSubscriptionScopeFuture
- type DeploymentsCreateOrUpdateAtTenantScopeFuture
- type DeploymentsCreateOrUpdateFuture
- type DeploymentsDeleteAtManagementGroupScopeFuture
- type DeploymentsDeleteAtScopeFuture
- type DeploymentsDeleteAtSubscriptionScopeFuture
- type DeploymentsDeleteAtTenantScopeFuture
- type DeploymentsDeleteFuture
- type DeploymentsWhatIfAtSubscriptionScopeFuture
- type DeploymentsWhatIfFuture
- type ErrorAdditionalInfo
- type ErrorResponse
- type ExportTemplateRequest
- type GenericResource
- type GenericResourceFilter
- type HTTPMessage
- type Identity
- type IdentityUserAssignedIdentitiesValue
- type OnErrorDeployment
- type OnErrorDeploymentExtended
- type OnErrorDeploymentType
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type ParametersLink
- type Plan
- type PropertyChangeType
- type Provider
- type ProviderListResult
- type ProviderListResultIterator
- type ProviderListResultPage
- type ProviderResourceType
- type ProvidersClient
- type Resource
- type ResourceGroup
- type ResourceGroupExportResult
- type ResourceGroupFilter
- type ResourceGroupListResult
- type ResourceGroupListResultIterator
- type ResourceGroupListResultPage
- type ResourceGroupPatchable
- type ResourceGroupProperties
- type ResourceGroupsClient
- type ResourceGroupsDeleteFuture
- type ResourceIdentityType
- type ResourceListResult
- type ResourceListResultIterator
- type ResourceListResultPage
- type ResourceProviderOperationDisplayProperties
- type ResourcesClient
- type ResourcesCreateOrUpdateByIDFuture
- type ResourcesCreateOrUpdateFuture
- type ResourcesDeleteByIDFuture
- type ResourcesDeleteFuture
- type ResourcesMoveInfo
- type ResourcesMoveResourcesFuture
- type ResourcesUpdateByIDFuture
- type ResourcesUpdateFuture
- type ResourcesValidateMoveResourcesFuture
- type Sku
- type SubResource
- type TagCount
- type TagDetails
- type TagValue
- type TagsClient
- type TagsListResult
- type TagsListResultIterator
- type TagsListResultPage
- type TargetResource
- type TemplateHashResult
- type TemplateLink
- type WhatIfChange
- type WhatIfOperationProperties
- type WhatIfOperationResult
- type WhatIfPropertyChange
- type WhatIfResultFormat
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AliasPathType ¶ added in v34.1.0
type AliasPathType = original.AliasPathType
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BasicDependency ¶ added in v34.1.0
type BasicDependency = original.BasicDependency
type ChangeType ¶ added in v34.1.0
type ChangeType = original.ChangeType
const ( Create ChangeType = original.Create Delete ChangeType = original.Delete Deploy ChangeType = original.Deploy Ignore ChangeType = original.Ignore Modify ChangeType = original.Modify NoChange ChangeType = original.NoChange )
func PossibleChangeTypeValues ¶ added in v34.1.0
func PossibleChangeTypeValues() []ChangeType
type CloudError ¶ added in v34.1.0
type CloudError = original.CloudError
type DebugSetting ¶ added in v34.1.0
type DebugSetting = original.DebugSetting
type Dependency ¶ added in v34.1.0
type Dependency = original.Dependency
type Deployment ¶ added in v34.1.0
type Deployment = original.Deployment
type DeploymentExportResult ¶ added in v34.1.0
type DeploymentExportResult = original.DeploymentExportResult
type DeploymentExtended ¶ added in v34.1.0
type DeploymentExtended = original.DeploymentExtended
type DeploymentExtendedFilter ¶ added in v34.1.0
type DeploymentExtendedFilter = original.DeploymentExtendedFilter
type DeploymentListResult ¶ added in v34.1.0
type DeploymentListResult = original.DeploymentListResult
type DeploymentListResultIterator ¶ added in v34.1.0
type DeploymentListResultIterator = original.DeploymentListResultIterator
func NewDeploymentListResultIterator ¶ added in v34.1.0
func NewDeploymentListResultIterator(page DeploymentListResultPage) DeploymentListResultIterator
type DeploymentListResultPage ¶ added in v34.1.0
type DeploymentListResultPage = original.DeploymentListResultPage
func NewDeploymentListResultPage ¶ added in v34.1.0
func NewDeploymentListResultPage(getNextPage func(context.Context, DeploymentListResult) (DeploymentListResult, error)) DeploymentListResultPage
type DeploymentMode ¶ added in v34.1.0
type DeploymentMode = original.DeploymentMode
const ( Complete DeploymentMode = original.Complete Incremental DeploymentMode = original.Incremental )
func PossibleDeploymentModeValues ¶ added in v34.1.0
func PossibleDeploymentModeValues() []DeploymentMode
type DeploymentOperation ¶ added in v34.1.0
type DeploymentOperation = original.DeploymentOperation
type DeploymentOperationProperties ¶ added in v34.1.0
type DeploymentOperationProperties = original.DeploymentOperationProperties
type DeploymentOperationsClient ¶ added in v34.1.0
type DeploymentOperationsClient = original.DeploymentOperationsClient
func NewDeploymentOperationsClient ¶ added in v34.1.0
func NewDeploymentOperationsClient(subscriptionID string) DeploymentOperationsClient
func NewDeploymentOperationsClientWithBaseURI ¶ added in v34.1.0
func NewDeploymentOperationsClientWithBaseURI(baseURI string, subscriptionID string) DeploymentOperationsClient
type DeploymentOperationsListResult ¶ added in v34.1.0
type DeploymentOperationsListResult = original.DeploymentOperationsListResult
type DeploymentOperationsListResultIterator ¶ added in v34.1.0
type DeploymentOperationsListResultIterator = original.DeploymentOperationsListResultIterator
func NewDeploymentOperationsListResultIterator ¶ added in v34.1.0
func NewDeploymentOperationsListResultIterator(page DeploymentOperationsListResultPage) DeploymentOperationsListResultIterator
type DeploymentOperationsListResultPage ¶ added in v34.1.0
type DeploymentOperationsListResultPage = original.DeploymentOperationsListResultPage
func NewDeploymentOperationsListResultPage ¶ added in v34.1.0
func NewDeploymentOperationsListResultPage(getNextPage func(context.Context, DeploymentOperationsListResult) (DeploymentOperationsListResult, error)) DeploymentOperationsListResultPage
type DeploymentProperties ¶ added in v34.1.0
type DeploymentProperties = original.DeploymentProperties
type DeploymentPropertiesExtended ¶ added in v34.1.0
type DeploymentPropertiesExtended = original.DeploymentPropertiesExtended
type DeploymentValidateResult ¶ added in v34.1.0
type DeploymentValidateResult = original.DeploymentValidateResult
type DeploymentWhatIf ¶ added in v34.1.0
type DeploymentWhatIf = original.DeploymentWhatIf
type DeploymentWhatIfProperties ¶ added in v34.1.0
type DeploymentWhatIfProperties = original.DeploymentWhatIfProperties
type DeploymentWhatIfSettings ¶ added in v34.1.0
type DeploymentWhatIfSettings = original.DeploymentWhatIfSettings
type DeploymentsClient ¶ added in v34.1.0
type DeploymentsClient = original.DeploymentsClient
func NewDeploymentsClient ¶ added in v34.1.0
func NewDeploymentsClient(subscriptionID string) DeploymentsClient
func NewDeploymentsClientWithBaseURI ¶ added in v34.1.0
func NewDeploymentsClientWithBaseURI(baseURI string, subscriptionID string) DeploymentsClient
type DeploymentsCreateOrUpdateAtManagementGroupScopeFuture ¶ added in v34.1.0
type DeploymentsCreateOrUpdateAtManagementGroupScopeFuture = original.DeploymentsCreateOrUpdateAtManagementGroupScopeFuture
type DeploymentsCreateOrUpdateAtScopeFuture ¶ added in v34.1.0
type DeploymentsCreateOrUpdateAtScopeFuture = original.DeploymentsCreateOrUpdateAtScopeFuture
type DeploymentsCreateOrUpdateAtSubscriptionScopeFuture ¶ added in v34.1.0
type DeploymentsCreateOrUpdateAtSubscriptionScopeFuture = original.DeploymentsCreateOrUpdateAtSubscriptionScopeFuture
type DeploymentsCreateOrUpdateAtTenantScopeFuture ¶ added in v34.1.0
type DeploymentsCreateOrUpdateAtTenantScopeFuture = original.DeploymentsCreateOrUpdateAtTenantScopeFuture
type DeploymentsCreateOrUpdateFuture ¶ added in v34.1.0
type DeploymentsCreateOrUpdateFuture = original.DeploymentsCreateOrUpdateFuture
type DeploymentsDeleteAtManagementGroupScopeFuture ¶ added in v34.1.0
type DeploymentsDeleteAtManagementGroupScopeFuture = original.DeploymentsDeleteAtManagementGroupScopeFuture
type DeploymentsDeleteAtScopeFuture ¶ added in v34.1.0
type DeploymentsDeleteAtScopeFuture = original.DeploymentsDeleteAtScopeFuture
type DeploymentsDeleteAtSubscriptionScopeFuture ¶ added in v34.1.0
type DeploymentsDeleteAtSubscriptionScopeFuture = original.DeploymentsDeleteAtSubscriptionScopeFuture
type DeploymentsDeleteAtTenantScopeFuture ¶ added in v34.1.0
type DeploymentsDeleteAtTenantScopeFuture = original.DeploymentsDeleteAtTenantScopeFuture
type DeploymentsDeleteFuture ¶ added in v34.1.0
type DeploymentsDeleteFuture = original.DeploymentsDeleteFuture
type DeploymentsWhatIfAtSubscriptionScopeFuture ¶ added in v34.1.0
type DeploymentsWhatIfAtSubscriptionScopeFuture = original.DeploymentsWhatIfAtSubscriptionScopeFuture
type DeploymentsWhatIfFuture ¶ added in v34.1.0
type DeploymentsWhatIfFuture = original.DeploymentsWhatIfFuture
type ErrorAdditionalInfo ¶ added in v34.1.0
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorResponse ¶ added in v34.1.0
type ErrorResponse = original.ErrorResponse
type ExportTemplateRequest ¶ added in v34.1.0
type ExportTemplateRequest = original.ExportTemplateRequest
type GenericResource ¶ added in v34.1.0
type GenericResource = original.GenericResource
type GenericResourceFilter ¶ added in v34.1.0
type GenericResourceFilter = original.GenericResourceFilter
type HTTPMessage ¶ added in v34.1.0
type HTTPMessage = original.HTTPMessage
type IdentityUserAssignedIdentitiesValue ¶ added in v34.1.0
type IdentityUserAssignedIdentitiesValue = original.IdentityUserAssignedIdentitiesValue
type OnErrorDeployment ¶ added in v34.1.0
type OnErrorDeployment = original.OnErrorDeployment
type OnErrorDeploymentExtended ¶ added in v34.1.0
type OnErrorDeploymentExtended = original.OnErrorDeploymentExtended
type OnErrorDeploymentType ¶ added in v34.1.0
type OnErrorDeploymentType = original.OnErrorDeploymentType
const ( LastSuccessful OnErrorDeploymentType = original.LastSuccessful SpecificDeployment OnErrorDeploymentType = original.SpecificDeployment )
func PossibleOnErrorDeploymentTypeValues ¶ added in v34.1.0
func PossibleOnErrorDeploymentTypeValues() []OnErrorDeploymentType
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationListResultIterator ¶
type OperationListResultIterator = original.OperationListResultIterator
func NewOperationListResultIterator ¶
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage ¶
type OperationListResultPage = original.OperationListResultPage
func NewOperationListResultPage ¶
func NewOperationListResultPage(getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationsClient ¶ added in v34.1.0
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶ added in v34.1.0
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶ added in v34.1.0
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type ParametersLink ¶ added in v34.1.0
type ParametersLink = original.ParametersLink
type PropertyChangeType ¶ added in v34.1.0
type PropertyChangeType = original.PropertyChangeType
const ( PropertyChangeTypeArray PropertyChangeType = original.PropertyChangeTypeArray PropertyChangeTypeCreate PropertyChangeType = original.PropertyChangeTypeCreate PropertyChangeTypeDelete PropertyChangeType = original.PropertyChangeTypeDelete PropertyChangeTypeModify PropertyChangeType = original.PropertyChangeTypeModify )
func PossiblePropertyChangeTypeValues ¶ added in v34.1.0
func PossiblePropertyChangeTypeValues() []PropertyChangeType
type ProviderListResult ¶ added in v34.1.0
type ProviderListResult = original.ProviderListResult
type ProviderListResultIterator ¶ added in v34.1.0
type ProviderListResultIterator = original.ProviderListResultIterator
func NewProviderListResultIterator ¶ added in v34.1.0
func NewProviderListResultIterator(page ProviderListResultPage) ProviderListResultIterator
type ProviderListResultPage ¶ added in v34.1.0
type ProviderListResultPage = original.ProviderListResultPage
func NewProviderListResultPage ¶ added in v34.1.0
func NewProviderListResultPage(getNextPage func(context.Context, ProviderListResult) (ProviderListResult, error)) ProviderListResultPage
type ProviderResourceType ¶ added in v34.1.0
type ProviderResourceType = original.ProviderResourceType
type ProvidersClient ¶ added in v34.1.0
type ProvidersClient = original.ProvidersClient
func NewProvidersClient ¶ added in v34.1.0
func NewProvidersClient(subscriptionID string) ProvidersClient
func NewProvidersClientWithBaseURI ¶ added in v34.1.0
func NewProvidersClientWithBaseURI(baseURI string, subscriptionID string) ProvidersClient
type ResourceGroup ¶ added in v34.1.0
type ResourceGroup = original.ResourceGroup
type ResourceGroupExportResult ¶ added in v34.1.0
type ResourceGroupExportResult = original.ResourceGroupExportResult
type ResourceGroupFilter ¶ added in v34.1.0
type ResourceGroupFilter = original.ResourceGroupFilter
type ResourceGroupListResult ¶ added in v34.1.0
type ResourceGroupListResult = original.ResourceGroupListResult
type ResourceGroupListResultIterator ¶ added in v34.1.0
type ResourceGroupListResultIterator = original.ResourceGroupListResultIterator
func NewResourceGroupListResultIterator ¶ added in v34.1.0
func NewResourceGroupListResultIterator(page ResourceGroupListResultPage) ResourceGroupListResultIterator
type ResourceGroupListResultPage ¶ added in v34.1.0
type ResourceGroupListResultPage = original.ResourceGroupListResultPage
func NewResourceGroupListResultPage ¶ added in v34.1.0
func NewResourceGroupListResultPage(getNextPage func(context.Context, ResourceGroupListResult) (ResourceGroupListResult, error)) ResourceGroupListResultPage
type ResourceGroupPatchable ¶ added in v34.1.0
type ResourceGroupPatchable = original.ResourceGroupPatchable
type ResourceGroupProperties ¶ added in v34.1.0
type ResourceGroupProperties = original.ResourceGroupProperties
type ResourceGroupsClient ¶ added in v34.1.0
type ResourceGroupsClient = original.ResourceGroupsClient
func NewResourceGroupsClient ¶ added in v34.1.0
func NewResourceGroupsClient(subscriptionID string) ResourceGroupsClient
func NewResourceGroupsClientWithBaseURI ¶ added in v34.1.0
func NewResourceGroupsClientWithBaseURI(baseURI string, subscriptionID string) ResourceGroupsClient
type ResourceGroupsDeleteFuture ¶ added in v34.1.0
type ResourceGroupsDeleteFuture = original.ResourceGroupsDeleteFuture
type ResourceIdentityType ¶ added in v34.1.0
type ResourceIdentityType = original.ResourceIdentityType
const ( None ResourceIdentityType = original.None SystemAssigned ResourceIdentityType = original.SystemAssigned SystemAssignedUserAssigned ResourceIdentityType = original.SystemAssignedUserAssigned UserAssigned ResourceIdentityType = original.UserAssigned )
func PossibleResourceIdentityTypeValues ¶ added in v34.1.0
func PossibleResourceIdentityTypeValues() []ResourceIdentityType
type ResourceListResult ¶ added in v34.1.0
type ResourceListResult = original.ResourceListResult
type ResourceListResultIterator ¶ added in v34.1.0
type ResourceListResultIterator = original.ResourceListResultIterator
func NewResourceListResultIterator ¶ added in v34.1.0
func NewResourceListResultIterator(page ResourceListResultPage) ResourceListResultIterator
type ResourceListResultPage ¶ added in v34.1.0
type ResourceListResultPage = original.ResourceListResultPage
func NewResourceListResultPage ¶ added in v34.1.0
func NewResourceListResultPage(getNextPage func(context.Context, ResourceListResult) (ResourceListResult, error)) ResourceListResultPage
type ResourceProviderOperationDisplayProperties ¶ added in v34.1.0
type ResourceProviderOperationDisplayProperties = original.ResourceProviderOperationDisplayProperties
type ResourcesClient ¶ added in v34.1.0
type ResourcesClient = original.ResourcesClient
func NewResourcesClient ¶ added in v34.1.0
func NewResourcesClient(subscriptionID string) ResourcesClient
func NewResourcesClientWithBaseURI ¶ added in v34.1.0
func NewResourcesClientWithBaseURI(baseURI string, subscriptionID string) ResourcesClient
type ResourcesCreateOrUpdateByIDFuture ¶ added in v34.1.0
type ResourcesCreateOrUpdateByIDFuture = original.ResourcesCreateOrUpdateByIDFuture
type ResourcesCreateOrUpdateFuture ¶ added in v34.1.0
type ResourcesCreateOrUpdateFuture = original.ResourcesCreateOrUpdateFuture
type ResourcesDeleteByIDFuture ¶ added in v34.1.0
type ResourcesDeleteByIDFuture = original.ResourcesDeleteByIDFuture
type ResourcesDeleteFuture ¶ added in v34.1.0
type ResourcesDeleteFuture = original.ResourcesDeleteFuture
type ResourcesMoveInfo ¶ added in v34.1.0
type ResourcesMoveInfo = original.ResourcesMoveInfo
type ResourcesMoveResourcesFuture ¶ added in v34.1.0
type ResourcesMoveResourcesFuture = original.ResourcesMoveResourcesFuture
type ResourcesUpdateByIDFuture ¶ added in v34.1.0
type ResourcesUpdateByIDFuture = original.ResourcesUpdateByIDFuture
type ResourcesUpdateFuture ¶ added in v34.1.0
type ResourcesUpdateFuture = original.ResourcesUpdateFuture
type ResourcesValidateMoveResourcesFuture ¶ added in v34.1.0
type ResourcesValidateMoveResourcesFuture = original.ResourcesValidateMoveResourcesFuture
type SubResource ¶ added in v34.1.0
type SubResource = original.SubResource
type TagDetails ¶ added in v34.1.0
type TagDetails = original.TagDetails
type TagsClient ¶ added in v34.1.0
type TagsClient = original.TagsClient
func NewTagsClient ¶ added in v34.1.0
func NewTagsClient(subscriptionID string) TagsClient
func NewTagsClientWithBaseURI ¶ added in v34.1.0
func NewTagsClientWithBaseURI(baseURI string, subscriptionID string) TagsClient
type TagsListResult ¶ added in v34.1.0
type TagsListResult = original.TagsListResult
type TagsListResultIterator ¶ added in v34.1.0
type TagsListResultIterator = original.TagsListResultIterator
func NewTagsListResultIterator ¶ added in v34.1.0
func NewTagsListResultIterator(page TagsListResultPage) TagsListResultIterator
type TagsListResultPage ¶ added in v34.1.0
type TagsListResultPage = original.TagsListResultPage
func NewTagsListResultPage ¶ added in v34.1.0
func NewTagsListResultPage(getNextPage func(context.Context, TagsListResult) (TagsListResult, error)) TagsListResultPage
type TargetResource ¶ added in v34.1.0
type TargetResource = original.TargetResource
type TemplateHashResult ¶ added in v34.1.0
type TemplateHashResult = original.TemplateHashResult
type TemplateLink ¶ added in v34.1.0
type TemplateLink = original.TemplateLink
type WhatIfChange ¶ added in v34.1.0
type WhatIfChange = original.WhatIfChange
type WhatIfOperationProperties ¶ added in v34.1.0
type WhatIfOperationProperties = original.WhatIfOperationProperties
type WhatIfOperationResult ¶ added in v34.1.0
type WhatIfOperationResult = original.WhatIfOperationResult
type WhatIfPropertyChange ¶ added in v34.1.0
type WhatIfPropertyChange = original.WhatIfPropertyChange
type WhatIfResultFormat ¶ added in v34.1.0
type WhatIfResultFormat = original.WhatIfResultFormat
const ( FullResourcePayloads WhatIfResultFormat = original.FullResourcePayloads ResourceIDOnly WhatIfResultFormat = original.ResourceIDOnly )
func PossibleWhatIfResultFormatValues ¶ added in v34.1.0
func PossibleWhatIfResultFormatValues() []WhatIfResultFormat
Click to show internal directories.
Click to hide internal directories.