Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type APIProfile
- type Alias
- type AliasPath
- type AliasPathAttributes
- type AliasPathMetadata
- type AliasPathTokenType
- type AliasPattern
- type AliasPatternType
- type AliasType
- type BaseClient
- type BasicDependency
- type ChangeType
- type Client
- type CloudError
- type CreateOrUpdateByIDFuture
- type CreateOrUpdateFuture
- type DebugSetting
- type DeleteByIDFuture
- type DeleteFuture
- 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 DeploymentsValidateAtManagementGroupScopeFuture
- type DeploymentsValidateAtScopeFuture
- type DeploymentsValidateAtSubscriptionScopeFuture
- type DeploymentsValidateAtTenantScopeFuture
- type DeploymentsValidateFuture
- type DeploymentsWhatIfAtManagementGroupScopeFuture
- type DeploymentsWhatIfAtSubscriptionScopeFuture
- type DeploymentsWhatIfAtTenantScopeFuture
- type DeploymentsWhatIfFuture
- type ErrorAdditionalInfo
- type ErrorResponse
- type ExportTemplateRequest
- type ExpressionEvaluationOptions
- type ExpressionEvaluationOptionsScopeType
- type GenericResource
- type GenericResourceExpanded
- type GenericResourceFilter
- type Group
- type GroupExportResult
- type GroupFilter
- type GroupListResult
- type GroupListResultIterator
- type GroupListResultPage
- type GroupPatchable
- type GroupProperties
- type GroupsClient
- type GroupsDeleteFuture
- type GroupsExportTemplateFuture
- type HTTPMessage
- type Identity
- type IdentityUserAssignedIdentitiesValue
- type ListResult
- type ListResultIterator
- type ListResultPage
- type MoveInfo
- type MoveResourcesFuture
- 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 ProviderExtendedLocation
- type ProviderListResult
- type ProviderListResultIterator
- type ProviderListResultPage
- type ProviderOperationDisplayProperties
- type ProviderResourceType
- type ProviderResourceTypeListResult
- type ProviderResourceTypesClient
- type ProvidersClient
- type ProvisioningOperation
- type ProvisioningState
- type Reference
- type Resource
- type ResourceIdentityType
- type ScopedDeployment
- type ScopedDeploymentWhatIf
- type Sku
- type StatusMessage
- type SubResource
- type TagCount
- type TagDetails
- type TagValue
- type Tags
- type TagsClient
- type TagsListResult
- type TagsListResultIterator
- type TagsListResultPage
- type TagsPatchOperation
- type TagsPatchResource
- type TagsResource
- type TargetResource
- type TemplateHashResult
- type TemplateLink
- type UpdateByIDFuture
- type UpdateFuture
- type ValidateMoveResourcesFuture
- 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 APIProfile ¶
type APIProfile = original.APIProfile
type AliasPathAttributes ¶
type AliasPathAttributes = original.AliasPathAttributes
const ( Modifiable AliasPathAttributes = original.Modifiable None AliasPathAttributes = original.None )
func PossibleAliasPathAttributesValues ¶
func PossibleAliasPathAttributesValues() []AliasPathAttributes
type AliasPathMetadata ¶
type AliasPathMetadata = original.AliasPathMetadata
type AliasPathTokenType ¶
type AliasPathTokenType = original.AliasPathTokenType
const ( Any AliasPathTokenType = original.Any Array AliasPathTokenType = original.Array Boolean AliasPathTokenType = original.Boolean Integer AliasPathTokenType = original.Integer NotSpecified AliasPathTokenType = original.NotSpecified Number AliasPathTokenType = original.Number Object AliasPathTokenType = original.Object String AliasPathTokenType = original.String )
func PossibleAliasPathTokenTypeValues ¶
func PossibleAliasPathTokenTypeValues() []AliasPathTokenType
type AliasPattern ¶
type AliasPattern = original.AliasPattern
type AliasPatternType ¶
type AliasPatternType = original.AliasPatternType
const ( AliasPatternTypeExtract AliasPatternType = original.AliasPatternTypeExtract AliasPatternTypeNotSpecified AliasPatternType = original.AliasPatternTypeNotSpecified )
func PossibleAliasPatternTypeValues ¶
func PossibleAliasPatternTypeValues() []AliasPatternType
type AliasType ¶
const ( AliasTypeMask AliasType = original.AliasTypeMask AliasTypeNotSpecified AliasType = original.AliasTypeNotSpecified AliasTypePlainText AliasType = original.AliasTypePlainText )
func PossibleAliasTypeValues ¶
func PossibleAliasTypeValues() []AliasType
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BasicDependency ¶
type BasicDependency = original.BasicDependency
type ChangeType ¶
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 ¶
func PossibleChangeTypeValues() []ChangeType
type Client ¶
func NewClientWithBaseURI ¶
type CloudError ¶
type CloudError = original.CloudError
type CreateOrUpdateByIDFuture ¶
type CreateOrUpdateByIDFuture = original.CreateOrUpdateByIDFuture
type CreateOrUpdateFuture ¶
type CreateOrUpdateFuture = original.CreateOrUpdateFuture
type DebugSetting ¶
type DebugSetting = original.DebugSetting
type DeleteByIDFuture ¶
type DeleteByIDFuture = original.DeleteByIDFuture
type DeleteFuture ¶
type DeleteFuture = original.DeleteFuture
type Dependency ¶
type Dependency = original.Dependency
type Deployment ¶
type Deployment = original.Deployment
type DeploymentExportResult ¶
type DeploymentExportResult = original.DeploymentExportResult
type DeploymentExtended ¶
type DeploymentExtended = original.DeploymentExtended
type DeploymentExtendedFilter ¶
type DeploymentExtendedFilter = original.DeploymentExtendedFilter
type DeploymentListResult ¶
type DeploymentListResult = original.DeploymentListResult
type DeploymentListResultIterator ¶
type DeploymentListResultIterator = original.DeploymentListResultIterator
func NewDeploymentListResultIterator ¶
func NewDeploymentListResultIterator(page DeploymentListResultPage) DeploymentListResultIterator
type DeploymentListResultPage ¶
type DeploymentListResultPage = original.DeploymentListResultPage
func NewDeploymentListResultPage ¶
func NewDeploymentListResultPage(cur DeploymentListResult, getNextPage func(context.Context, DeploymentListResult) (DeploymentListResult, error)) DeploymentListResultPage
type DeploymentMode ¶
type DeploymentMode = original.DeploymentMode
const ( Complete DeploymentMode = original.Complete Incremental DeploymentMode = original.Incremental )
func PossibleDeploymentModeValues ¶
func PossibleDeploymentModeValues() []DeploymentMode
type DeploymentOperation ¶
type DeploymentOperation = original.DeploymentOperation
type DeploymentOperationProperties ¶
type DeploymentOperationProperties = original.DeploymentOperationProperties
type DeploymentOperationsClient ¶
type DeploymentOperationsClient = original.DeploymentOperationsClient
func NewDeploymentOperationsClient ¶
func NewDeploymentOperationsClient(subscriptionID string) DeploymentOperationsClient
func NewDeploymentOperationsClientWithBaseURI ¶
func NewDeploymentOperationsClientWithBaseURI(baseURI string, subscriptionID string) DeploymentOperationsClient
type DeploymentOperationsListResult ¶
type DeploymentOperationsListResult = original.DeploymentOperationsListResult
type DeploymentOperationsListResultIterator ¶
type DeploymentOperationsListResultIterator = original.DeploymentOperationsListResultIterator
func NewDeploymentOperationsListResultIterator ¶
func NewDeploymentOperationsListResultIterator(page DeploymentOperationsListResultPage) DeploymentOperationsListResultIterator
type DeploymentOperationsListResultPage ¶
type DeploymentOperationsListResultPage = original.DeploymentOperationsListResultPage
func NewDeploymentOperationsListResultPage ¶
func NewDeploymentOperationsListResultPage(cur DeploymentOperationsListResult, getNextPage func(context.Context, DeploymentOperationsListResult) (DeploymentOperationsListResult, error)) DeploymentOperationsListResultPage
type DeploymentProperties ¶
type DeploymentProperties = original.DeploymentProperties
type DeploymentPropertiesExtended ¶
type DeploymentPropertiesExtended = original.DeploymentPropertiesExtended
type DeploymentValidateResult ¶
type DeploymentValidateResult = original.DeploymentValidateResult
type DeploymentWhatIf ¶
type DeploymentWhatIf = original.DeploymentWhatIf
type DeploymentWhatIfProperties ¶
type DeploymentWhatIfProperties = original.DeploymentWhatIfProperties
type DeploymentWhatIfSettings ¶
type DeploymentWhatIfSettings = original.DeploymentWhatIfSettings
type DeploymentsClient ¶
type DeploymentsClient = original.DeploymentsClient
func NewDeploymentsClient ¶
func NewDeploymentsClient(subscriptionID string) DeploymentsClient
func NewDeploymentsClientWithBaseURI ¶
func NewDeploymentsClientWithBaseURI(baseURI string, subscriptionID string) DeploymentsClient
type DeploymentsCreateOrUpdateAtManagementGroupScopeFuture ¶
type DeploymentsCreateOrUpdateAtManagementGroupScopeFuture = original.DeploymentsCreateOrUpdateAtManagementGroupScopeFuture
type DeploymentsCreateOrUpdateAtScopeFuture ¶
type DeploymentsCreateOrUpdateAtScopeFuture = original.DeploymentsCreateOrUpdateAtScopeFuture
type DeploymentsCreateOrUpdateAtSubscriptionScopeFuture ¶
type DeploymentsCreateOrUpdateAtSubscriptionScopeFuture = original.DeploymentsCreateOrUpdateAtSubscriptionScopeFuture
type DeploymentsCreateOrUpdateAtTenantScopeFuture ¶
type DeploymentsCreateOrUpdateAtTenantScopeFuture = original.DeploymentsCreateOrUpdateAtTenantScopeFuture
type DeploymentsCreateOrUpdateFuture ¶
type DeploymentsCreateOrUpdateFuture = original.DeploymentsCreateOrUpdateFuture
type DeploymentsDeleteAtManagementGroupScopeFuture ¶
type DeploymentsDeleteAtManagementGroupScopeFuture = original.DeploymentsDeleteAtManagementGroupScopeFuture
type DeploymentsDeleteAtScopeFuture ¶
type DeploymentsDeleteAtScopeFuture = original.DeploymentsDeleteAtScopeFuture
type DeploymentsDeleteAtSubscriptionScopeFuture ¶
type DeploymentsDeleteAtSubscriptionScopeFuture = original.DeploymentsDeleteAtSubscriptionScopeFuture
type DeploymentsDeleteAtTenantScopeFuture ¶
type DeploymentsDeleteAtTenantScopeFuture = original.DeploymentsDeleteAtTenantScopeFuture
type DeploymentsDeleteFuture ¶
type DeploymentsDeleteFuture = original.DeploymentsDeleteFuture
type DeploymentsValidateAtManagementGroupScopeFuture ¶
type DeploymentsValidateAtManagementGroupScopeFuture = original.DeploymentsValidateAtManagementGroupScopeFuture
type DeploymentsValidateAtScopeFuture ¶
type DeploymentsValidateAtScopeFuture = original.DeploymentsValidateAtScopeFuture
type DeploymentsValidateAtSubscriptionScopeFuture ¶
type DeploymentsValidateAtSubscriptionScopeFuture = original.DeploymentsValidateAtSubscriptionScopeFuture
type DeploymentsValidateAtTenantScopeFuture ¶
type DeploymentsValidateAtTenantScopeFuture = original.DeploymentsValidateAtTenantScopeFuture
type DeploymentsValidateFuture ¶
type DeploymentsValidateFuture = original.DeploymentsValidateFuture
type DeploymentsWhatIfAtManagementGroupScopeFuture ¶
type DeploymentsWhatIfAtManagementGroupScopeFuture = original.DeploymentsWhatIfAtManagementGroupScopeFuture
type DeploymentsWhatIfAtSubscriptionScopeFuture ¶
type DeploymentsWhatIfAtSubscriptionScopeFuture = original.DeploymentsWhatIfAtSubscriptionScopeFuture
type DeploymentsWhatIfAtTenantScopeFuture ¶
type DeploymentsWhatIfAtTenantScopeFuture = original.DeploymentsWhatIfAtTenantScopeFuture
type DeploymentsWhatIfFuture ¶
type DeploymentsWhatIfFuture = original.DeploymentsWhatIfFuture
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type ExportTemplateRequest ¶
type ExportTemplateRequest = original.ExportTemplateRequest
type ExpressionEvaluationOptions ¶
type ExpressionEvaluationOptions = original.ExpressionEvaluationOptions
type ExpressionEvaluationOptionsScopeType ¶
type ExpressionEvaluationOptionsScopeType = original.ExpressionEvaluationOptionsScopeType
const ( ExpressionEvaluationOptionsScopeTypeInner ExpressionEvaluationOptionsScopeType = original.ExpressionEvaluationOptionsScopeTypeInner ExpressionEvaluationOptionsScopeTypeNotSpecified ExpressionEvaluationOptionsScopeType = original.ExpressionEvaluationOptionsScopeTypeNotSpecified ExpressionEvaluationOptionsScopeTypeOuter ExpressionEvaluationOptionsScopeType = original.ExpressionEvaluationOptionsScopeTypeOuter )
func PossibleExpressionEvaluationOptionsScopeTypeValues ¶
func PossibleExpressionEvaluationOptionsScopeTypeValues() []ExpressionEvaluationOptionsScopeType
type GenericResource ¶
type GenericResource = original.GenericResource
type GenericResourceExpanded ¶
type GenericResourceExpanded = original.GenericResourceExpanded
type GenericResourceFilter ¶
type GenericResourceFilter = original.GenericResourceFilter
type GroupExportResult ¶
type GroupExportResult = original.GroupExportResult
type GroupFilter ¶
type GroupFilter = original.GroupFilter
type GroupListResult ¶
type GroupListResult = original.GroupListResult
type GroupListResultIterator ¶
type GroupListResultIterator = original.GroupListResultIterator
func NewGroupListResultIterator ¶
func NewGroupListResultIterator(page GroupListResultPage) GroupListResultIterator
type GroupListResultPage ¶
type GroupListResultPage = original.GroupListResultPage
func NewGroupListResultPage ¶
func NewGroupListResultPage(cur GroupListResult, getNextPage func(context.Context, GroupListResult) (GroupListResult, error)) GroupListResultPage
type GroupPatchable ¶
type GroupPatchable = original.GroupPatchable
type GroupProperties ¶
type GroupProperties = original.GroupProperties
type GroupsClient ¶
type GroupsClient = original.GroupsClient
func NewGroupsClient ¶
func NewGroupsClient(subscriptionID string) GroupsClient
func NewGroupsClientWithBaseURI ¶
func NewGroupsClientWithBaseURI(baseURI string, subscriptionID string) GroupsClient
type GroupsDeleteFuture ¶
type GroupsDeleteFuture = original.GroupsDeleteFuture
type GroupsExportTemplateFuture ¶
type GroupsExportTemplateFuture = original.GroupsExportTemplateFuture
type HTTPMessage ¶
type HTTPMessage = original.HTTPMessage
type IdentityUserAssignedIdentitiesValue ¶
type IdentityUserAssignedIdentitiesValue = original.IdentityUserAssignedIdentitiesValue
type ListResult ¶
type ListResult = original.ListResult
type ListResultIterator ¶
type ListResultIterator = original.ListResultIterator
func NewListResultIterator ¶
func NewListResultIterator(page ListResultPage) ListResultIterator
type ListResultPage ¶
type ListResultPage = original.ListResultPage
func NewListResultPage ¶
func NewListResultPage(cur ListResult, getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage
type MoveResourcesFuture ¶
type MoveResourcesFuture = original.MoveResourcesFuture
type OnErrorDeployment ¶
type OnErrorDeployment = original.OnErrorDeployment
type OnErrorDeploymentExtended ¶
type OnErrorDeploymentExtended = original.OnErrorDeploymentExtended
type OnErrorDeploymentType ¶
type OnErrorDeploymentType = original.OnErrorDeploymentType
const ( LastSuccessful OnErrorDeploymentType = original.LastSuccessful SpecificDeployment OnErrorDeploymentType = original.SpecificDeployment )
func PossibleOnErrorDeploymentTypeValues ¶
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(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type ParametersLink ¶
type ParametersLink = original.ParametersLink
type PropertyChangeType ¶
type PropertyChangeType = original.PropertyChangeType
const ( PropertyChangeTypeArray PropertyChangeType = original.PropertyChangeTypeArray PropertyChangeTypeCreate PropertyChangeType = original.PropertyChangeTypeCreate PropertyChangeTypeDelete PropertyChangeType = original.PropertyChangeTypeDelete PropertyChangeTypeModify PropertyChangeType = original.PropertyChangeTypeModify )
func PossiblePropertyChangeTypeValues ¶
func PossiblePropertyChangeTypeValues() []PropertyChangeType
type ProviderExtendedLocation ¶
type ProviderExtendedLocation = original.ProviderExtendedLocation
type ProviderListResult ¶
type ProviderListResult = original.ProviderListResult
type ProviderListResultIterator ¶
type ProviderListResultIterator = original.ProviderListResultIterator
func NewProviderListResultIterator ¶
func NewProviderListResultIterator(page ProviderListResultPage) ProviderListResultIterator
type ProviderListResultPage ¶
type ProviderListResultPage = original.ProviderListResultPage
func NewProviderListResultPage ¶
func NewProviderListResultPage(cur ProviderListResult, getNextPage func(context.Context, ProviderListResult) (ProviderListResult, error)) ProviderListResultPage
type ProviderOperationDisplayProperties ¶
type ProviderOperationDisplayProperties = original.ProviderOperationDisplayProperties
type ProviderResourceType ¶
type ProviderResourceType = original.ProviderResourceType
type ProviderResourceTypeListResult ¶
type ProviderResourceTypeListResult = original.ProviderResourceTypeListResult
type ProviderResourceTypesClient ¶
type ProviderResourceTypesClient = original.ProviderResourceTypesClient
func NewProviderResourceTypesClient ¶
func NewProviderResourceTypesClient(subscriptionID string) ProviderResourceTypesClient
func NewProviderResourceTypesClientWithBaseURI ¶
func NewProviderResourceTypesClientWithBaseURI(baseURI string, subscriptionID string) ProviderResourceTypesClient
type ProvidersClient ¶
type ProvidersClient = original.ProvidersClient
func NewProvidersClient ¶
func NewProvidersClient(subscriptionID string) ProvidersClient
func NewProvidersClientWithBaseURI ¶
func NewProvidersClientWithBaseURI(baseURI string, subscriptionID string) ProvidersClient
type ProvisioningOperation ¶
type ProvisioningOperation = original.ProvisioningOperation
const ( ProvisioningOperationAction ProvisioningOperation = original.ProvisioningOperationAction ProvisioningOperationAzureAsyncOperationWaiting ProvisioningOperation = original.ProvisioningOperationAzureAsyncOperationWaiting ProvisioningOperationCreate ProvisioningOperation = original.ProvisioningOperationCreate ProvisioningOperationDelete ProvisioningOperation = original.ProvisioningOperationDelete ProvisioningOperationDeploymentCleanup ProvisioningOperation = original.ProvisioningOperationDeploymentCleanup ProvisioningOperationEvaluateDeploymentOutput ProvisioningOperation = original.ProvisioningOperationEvaluateDeploymentOutput ProvisioningOperationNotSpecified ProvisioningOperation = original.ProvisioningOperationNotSpecified ProvisioningOperationRead ProvisioningOperation = original.ProvisioningOperationRead ProvisioningOperationResourceCacheWaiting ProvisioningOperation = original.ProvisioningOperationResourceCacheWaiting ProvisioningOperationWaiting ProvisioningOperation = original.ProvisioningOperationWaiting )
func PossibleProvisioningOperationValues ¶
func PossibleProvisioningOperationValues() []ProvisioningOperation
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( ProvisioningStateAccepted ProvisioningState = original.ProvisioningStateAccepted ProvisioningStateCanceled ProvisioningState = original.ProvisioningStateCanceled ProvisioningStateCreated ProvisioningState = original.ProvisioningStateCreated ProvisioningStateCreating ProvisioningState = original.ProvisioningStateCreating ProvisioningStateDeleted ProvisioningState = original.ProvisioningStateDeleted ProvisioningStateDeleting ProvisioningState = original.ProvisioningStateDeleting ProvisioningStateFailed ProvisioningState = original.ProvisioningStateFailed ProvisioningStateNotSpecified ProvisioningState = original.ProvisioningStateNotSpecified ProvisioningStateReady ProvisioningState = original.ProvisioningStateReady ProvisioningStateRunning ProvisioningState = original.ProvisioningStateRunning ProvisioningStateSucceeded ProvisioningState = original.ProvisioningStateSucceeded ProvisioningStateUpdating ProvisioningState = original.ProvisioningStateUpdating )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ResourceIdentityType ¶
type ResourceIdentityType = original.ResourceIdentityType
const ( ResourceIdentityTypeNone ResourceIdentityType = original.ResourceIdentityTypeNone ResourceIdentityTypeSystemAssigned ResourceIdentityType = original.ResourceIdentityTypeSystemAssigned ResourceIdentityTypeSystemAssignedUserAssigned ResourceIdentityType = original.ResourceIdentityTypeSystemAssignedUserAssigned ResourceIdentityTypeUserAssigned ResourceIdentityType = original.ResourceIdentityTypeUserAssigned )
func PossibleResourceIdentityTypeValues ¶
func PossibleResourceIdentityTypeValues() []ResourceIdentityType
type ScopedDeployment ¶
type ScopedDeployment = original.ScopedDeployment
type ScopedDeploymentWhatIf ¶
type ScopedDeploymentWhatIf = original.ScopedDeploymentWhatIf
type StatusMessage ¶
type StatusMessage = original.StatusMessage
type SubResource ¶
type SubResource = original.SubResource
type TagDetails ¶
type TagDetails = original.TagDetails
type TagsClient ¶
type TagsClient = original.TagsClient
func NewTagsClient ¶
func NewTagsClient(subscriptionID string) TagsClient
func NewTagsClientWithBaseURI ¶
func NewTagsClientWithBaseURI(baseURI string, subscriptionID string) TagsClient
type TagsListResult ¶
type TagsListResult = original.TagsListResult
type TagsListResultIterator ¶
type TagsListResultIterator = original.TagsListResultIterator
func NewTagsListResultIterator ¶
func NewTagsListResultIterator(page TagsListResultPage) TagsListResultIterator
type TagsListResultPage ¶
type TagsListResultPage = original.TagsListResultPage
func NewTagsListResultPage ¶
func NewTagsListResultPage(cur TagsListResult, getNextPage func(context.Context, TagsListResult) (TagsListResult, error)) TagsListResultPage
type TagsPatchOperation ¶
type TagsPatchOperation = original.TagsPatchOperation
const ( TagsPatchOperationDelete TagsPatchOperation = original.TagsPatchOperationDelete TagsPatchOperationMerge TagsPatchOperation = original.TagsPatchOperationMerge TagsPatchOperationReplace TagsPatchOperation = original.TagsPatchOperationReplace )
func PossibleTagsPatchOperationValues ¶
func PossibleTagsPatchOperationValues() []TagsPatchOperation
type TagsPatchResource ¶
type TagsPatchResource = original.TagsPatchResource
type TagsResource ¶
type TagsResource = original.TagsResource
type TargetResource ¶
type TargetResource = original.TargetResource
type TemplateHashResult ¶
type TemplateHashResult = original.TemplateHashResult
type TemplateLink ¶
type TemplateLink = original.TemplateLink
type UpdateByIDFuture ¶
type UpdateByIDFuture = original.UpdateByIDFuture
type UpdateFuture ¶
type UpdateFuture = original.UpdateFuture
type ValidateMoveResourcesFuture ¶
type ValidateMoveResourcesFuture = original.ValidateMoveResourcesFuture
type WhatIfChange ¶
type WhatIfChange = original.WhatIfChange
type WhatIfOperationProperties ¶
type WhatIfOperationProperties = original.WhatIfOperationProperties
type WhatIfOperationResult ¶
type WhatIfOperationResult = original.WhatIfOperationResult
type WhatIfPropertyChange ¶
type WhatIfPropertyChange = original.WhatIfPropertyChange
type WhatIfResultFormat ¶
type WhatIfResultFormat = original.WhatIfResultFormat
const ( FullResourcePayloads WhatIfResultFormat = original.FullResourcePayloads ResourceIDOnly WhatIfResultFormat = original.ResourceIDOnly )
func PossibleWhatIfResultFormatValues ¶
func PossibleWhatIfResultFormatValues() []WhatIfResultFormat
Click to show internal directories.
Click to hide internal directories.