Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2022 Changes in this version + type ClientAPI interface + CheckExistence func(ctx context.Context, resourceGroupName string, ...) (result autorest.Response, err error) + CheckExistenceByID func(ctx context.Context, resourceID string, APIVersion string) (result autorest.Response, err error) + CreateOrUpdate func(ctx context.Context, resourceGroupName string, ...) (result resources.CreateOrUpdateFuture, err error) + CreateOrUpdateByID func(ctx context.Context, resourceID string, APIVersion string, ...) (result resources.CreateOrUpdateByIDFuture, err error) + Delete func(ctx context.Context, resourceGroupName string, ...) (result resources.DeleteFuture, err error) + DeleteByID func(ctx context.Context, resourceID string, APIVersion string) (result resources.DeleteByIDFuture, err error) + Get func(ctx context.Context, resourceGroupName string, ...) (result resources.GenericResource, err error) + GetByID func(ctx context.Context, resourceID string, APIVersion string) (result resources.GenericResource, err error) + List func(ctx context.Context, filter string, expand string, top *int32) (result resources.ListResultPage, err error) + ListByResourceGroup func(ctx context.Context, resourceGroupName string, filter string, expand string, ...) (result resources.ListResultPage, err error) + ListByResourceGroupComplete func(ctx context.Context, resourceGroupName string, filter string, expand string, ...) (result resources.ListResultIterator, err error) + ListComplete func(ctx context.Context, filter string, expand string, top *int32) (result resources.ListResultIterator, err error) + MoveResources func(ctx context.Context, sourceResourceGroupName string, ...) (result resources.MoveResourcesFuture, err error) + Update func(ctx context.Context, resourceGroupName string, ...) (result resources.UpdateFuture, err error) + UpdateByID func(ctx context.Context, resourceID string, APIVersion string, ...) (result resources.UpdateByIDFuture, err error) + ValidateMoveResources func(ctx context.Context, sourceResourceGroupName string, ...) (result resources.ValidateMoveResourcesFuture, err error) + type DeploymentOperationsClientAPI interface + Get func(ctx context.Context, resourceGroupName string, deploymentName string, ...) (result resources.DeploymentOperation, err error) + GetAtManagementGroupScope func(ctx context.Context, groupID string, deploymentName string, operationID string) (result resources.DeploymentOperation, err error) + GetAtScope func(ctx context.Context, scope string, deploymentName string, operationID string) (result resources.DeploymentOperation, err error) + GetAtSubscriptionScope func(ctx context.Context, deploymentName string, operationID string) (result resources.DeploymentOperation, err error) + GetAtTenantScope func(ctx context.Context, deploymentName string, operationID string) (result resources.DeploymentOperation, err error) + List func(ctx context.Context, resourceGroupName string, deploymentName string, ...) (result resources.DeploymentOperationsListResultPage, err error) + ListAtManagementGroupScope func(ctx context.Context, groupID string, deploymentName string, top *int32) (result resources.DeploymentOperationsListResultPage, err error) + ListAtManagementGroupScopeComplete func(ctx context.Context, groupID string, deploymentName string, top *int32) (result resources.DeploymentOperationsListResultIterator, err error) + ListAtScope func(ctx context.Context, scope string, deploymentName string, top *int32) (result resources.DeploymentOperationsListResultPage, err error) + ListAtScopeComplete func(ctx context.Context, scope string, deploymentName string, top *int32) (result resources.DeploymentOperationsListResultIterator, err error) + ListAtSubscriptionScope func(ctx context.Context, deploymentName string, top *int32) (result resources.DeploymentOperationsListResultPage, err error) + ListAtSubscriptionScopeComplete func(ctx context.Context, deploymentName string, top *int32) (result resources.DeploymentOperationsListResultIterator, err error) + ListAtTenantScope func(ctx context.Context, deploymentName string, top *int32) (result resources.DeploymentOperationsListResultPage, err error) + ListAtTenantScopeComplete func(ctx context.Context, deploymentName string, top *int32) (result resources.DeploymentOperationsListResultIterator, err error) + ListComplete func(ctx context.Context, resourceGroupName string, deploymentName string, ...) (result resources.DeploymentOperationsListResultIterator, err error) + type DeploymentsClientAPI interface + CalculateTemplateHash func(ctx context.Context, templateParameter interface{}) (result resources.TemplateHashResult, err error) + Cancel func(ctx context.Context, resourceGroupName string, deploymentName string) (result autorest.Response, err error) + CancelAtManagementGroupScope func(ctx context.Context, groupID string, deploymentName string) (result autorest.Response, err error) + CancelAtScope func(ctx context.Context, scope string, deploymentName string) (result autorest.Response, err error) + CancelAtSubscriptionScope func(ctx context.Context, deploymentName string) (result autorest.Response, err error) + CancelAtTenantScope func(ctx context.Context, deploymentName string) (result autorest.Response, err error) + CheckExistence func(ctx context.Context, resourceGroupName string, deploymentName string) (result autorest.Response, err error) + CheckExistenceAtManagementGroupScope func(ctx context.Context, groupID string, deploymentName string) (result autorest.Response, err error) + CheckExistenceAtScope func(ctx context.Context, scope string, deploymentName string) (result autorest.Response, err error) + CheckExistenceAtSubscriptionScope func(ctx context.Context, deploymentName string) (result autorest.Response, err error) + CheckExistenceAtTenantScope func(ctx context.Context, deploymentName string) (result autorest.Response, err error) + CreateOrUpdate func(ctx context.Context, resourceGroupName string, deploymentName string, ...) (result resources.DeploymentsCreateOrUpdateFuture, err error) + CreateOrUpdateAtManagementGroupScope func(ctx context.Context, groupID string, deploymentName string, ...) (result resources.DeploymentsCreateOrUpdateAtManagementGroupScopeFuture, ...) + CreateOrUpdateAtScope func(ctx context.Context, scope string, deploymentName string, ...) (result resources.DeploymentsCreateOrUpdateAtScopeFuture, err error) + CreateOrUpdateAtSubscriptionScope func(ctx context.Context, deploymentName string, parameters resources.Deployment) (result resources.DeploymentsCreateOrUpdateAtSubscriptionScopeFuture, err error) + CreateOrUpdateAtTenantScope func(ctx context.Context, deploymentName string, ...) (result resources.DeploymentsCreateOrUpdateAtTenantScopeFuture, err error) + Delete func(ctx context.Context, resourceGroupName string, deploymentName string) (result resources.DeploymentsDeleteFuture, err error) + DeleteAtManagementGroupScope func(ctx context.Context, groupID string, deploymentName string) (result resources.DeploymentsDeleteAtManagementGroupScopeFuture, err error) + DeleteAtScope func(ctx context.Context, scope string, deploymentName string) (result resources.DeploymentsDeleteAtScopeFuture, err error) + DeleteAtSubscriptionScope func(ctx context.Context, deploymentName string) (result resources.DeploymentsDeleteAtSubscriptionScopeFuture, err error) + DeleteAtTenantScope func(ctx context.Context, deploymentName string) (result resources.DeploymentsDeleteAtTenantScopeFuture, err error) + ExportTemplate func(ctx context.Context, resourceGroupName string, deploymentName string) (result resources.DeploymentExportResult, err error) + ExportTemplateAtManagementGroupScope func(ctx context.Context, groupID string, deploymentName string) (result resources.DeploymentExportResult, err error) + ExportTemplateAtScope func(ctx context.Context, scope string, deploymentName string) (result resources.DeploymentExportResult, err error) + ExportTemplateAtSubscriptionScope func(ctx context.Context, deploymentName string) (result resources.DeploymentExportResult, err error) + ExportTemplateAtTenantScope func(ctx context.Context, deploymentName string) (result resources.DeploymentExportResult, err error) + Get func(ctx context.Context, resourceGroupName string, deploymentName string) (result resources.DeploymentExtended, err error) + GetAtManagementGroupScope func(ctx context.Context, groupID string, deploymentName string) (result resources.DeploymentExtended, err error) + GetAtScope func(ctx context.Context, scope string, deploymentName string) (result resources.DeploymentExtended, err error) + GetAtSubscriptionScope func(ctx context.Context, deploymentName string) (result resources.DeploymentExtended, err error) + GetAtTenantScope func(ctx context.Context, deploymentName string) (result resources.DeploymentExtended, err error) + ListAtManagementGroupScope func(ctx context.Context, groupID string, filter string, top *int32) (result resources.DeploymentListResultPage, err error) + ListAtManagementGroupScopeComplete func(ctx context.Context, groupID string, filter string, top *int32) (result resources.DeploymentListResultIterator, err error) + ListAtScope func(ctx context.Context, scope string, filter string, top *int32) (result resources.DeploymentListResultPage, err error) + ListAtScopeComplete func(ctx context.Context, scope string, filter string, top *int32) (result resources.DeploymentListResultIterator, err error) + ListAtSubscriptionScope func(ctx context.Context, filter string, top *int32) (result resources.DeploymentListResultPage, err error) + ListAtSubscriptionScopeComplete func(ctx context.Context, filter string, top *int32) (result resources.DeploymentListResultIterator, err error) + ListAtTenantScope func(ctx context.Context, filter string, top *int32) (result resources.DeploymentListResultPage, err error) + ListAtTenantScopeComplete func(ctx context.Context, filter string, top *int32) (result resources.DeploymentListResultIterator, err error) + ListByResourceGroup func(ctx context.Context, resourceGroupName string, filter string, top *int32) (result resources.DeploymentListResultPage, err error) + ListByResourceGroupComplete func(ctx context.Context, resourceGroupName string, filter string, top *int32) (result resources.DeploymentListResultIterator, err error) + Validate func(ctx context.Context, resourceGroupName string, deploymentName string, ...) (result resources.DeploymentsValidateFuture, err error) + ValidateAtManagementGroupScope func(ctx context.Context, groupID string, deploymentName string, ...) (result resources.DeploymentsValidateAtManagementGroupScopeFuture, err error) + ValidateAtScope func(ctx context.Context, scope string, deploymentName string, ...) (result resources.DeploymentsValidateAtScopeFuture, err error) + ValidateAtSubscriptionScope func(ctx context.Context, deploymentName string, parameters resources.Deployment) (result resources.DeploymentsValidateAtSubscriptionScopeFuture, err error) + ValidateAtTenantScope func(ctx context.Context, deploymentName string, ...) (result resources.DeploymentsValidateAtTenantScopeFuture, err error) + WhatIf func(ctx context.Context, resourceGroupName string, deploymentName string, ...) (result resources.DeploymentsWhatIfFuture, err error) + WhatIfAtManagementGroupScope func(ctx context.Context, groupID string, deploymentName string, ...) (result resources.DeploymentsWhatIfAtManagementGroupScopeFuture, err error) + WhatIfAtSubscriptionScope func(ctx context.Context, deploymentName string, ...) (result resources.DeploymentsWhatIfAtSubscriptionScopeFuture, err error) + WhatIfAtTenantScope func(ctx context.Context, deploymentName string, ...) (result resources.DeploymentsWhatIfAtTenantScopeFuture, err error) + type GroupsClientAPI interface + CheckExistence func(ctx context.Context, resourceGroupName string) (result autorest.Response, err error) + CreateOrUpdate func(ctx context.Context, resourceGroupName string, parameters resources.Group) (result resources.Group, err error) + Delete func(ctx context.Context, resourceGroupName string) (result resources.GroupsDeleteFuture, err error) + ExportTemplate func(ctx context.Context, resourceGroupName string, ...) (result resources.GroupsExportTemplateFuture, err error) + Get func(ctx context.Context, resourceGroupName string) (result resources.Group, err error) + List func(ctx context.Context, filter string, top *int32) (result resources.GroupListResultPage, err error) + ListComplete func(ctx context.Context, filter string, top *int32) (result resources.GroupListResultIterator, err error) + Update func(ctx context.Context, resourceGroupName string, ...) (result resources.Group, err error) + type OperationsClientAPI interface + List func(ctx context.Context) (result resources.OperationListResultPage, err error) + ListComplete func(ctx context.Context) (result resources.OperationListResultIterator, err error) + type ProviderResourceTypesClientAPI interface + List func(ctx context.Context, resourceProviderNamespace string, expand string) (result resources.ProviderResourceTypeListResult, err error) + type ProvidersClientAPI interface + Get func(ctx context.Context, resourceProviderNamespace string, expand string) (result resources.Provider, err error) + GetAtTenantScope func(ctx context.Context, resourceProviderNamespace string, expand string) (result resources.Provider, err error) + List func(ctx context.Context, top *int32, expand string) (result resources.ProviderListResultPage, err error) + ListAtTenantScope func(ctx context.Context, top *int32, expand string) (result resources.ProviderListResultPage, err error) + ListAtTenantScopeComplete func(ctx context.Context, top *int32, expand string) (result resources.ProviderListResultIterator, err error) + ListComplete func(ctx context.Context, top *int32, expand string) (result resources.ProviderListResultIterator, err error) + Register func(ctx context.Context, resourceProviderNamespace string) (result resources.Provider, err error) + RegisterAtManagementGroupScope func(ctx context.Context, resourceProviderNamespace string, groupID string) (result autorest.Response, err error) + Unregister func(ctx context.Context, resourceProviderNamespace string) (result resources.Provider, err error) + type TagsClientAPI interface + CreateOrUpdate func(ctx context.Context, tagName string) (result resources.TagDetails, err error) + CreateOrUpdateAtScope func(ctx context.Context, scope string, parameters resources.TagsResource) (result resources.TagsResource, err error) + CreateOrUpdateValue func(ctx context.Context, tagName string, tagValue string) (result resources.TagValue, err error) + Delete func(ctx context.Context, tagName string) (result autorest.Response, err error) + DeleteAtScope func(ctx context.Context, scope string) (result autorest.Response, err error) + DeleteValue func(ctx context.Context, tagName string, tagValue string) (result autorest.Response, err error) + GetAtScope func(ctx context.Context, scope string) (result resources.TagsResource, err error) + List func(ctx context.Context) (result resources.TagsListResultPage, err error) + ListComplete func(ctx context.Context) (result resources.TagsListResultIterator, err error) + UpdateAtScope func(ctx context.Context, scope string, parameters resources.TagsPatchResource) (result resources.TagsResource, err error)