DeploymentsOperationsExtensions Class

Definition

Extension methods for DeploymentsOperations.

public static class DeploymentsOperationsExtensions
type DeploymentsOperationsExtensions = class
Public Module DeploymentsOperationsExtensions
Inheritance
DeploymentsOperationsExtensions

Methods

BeginCreateOrUpdateAsync(IDeploymentsOperations, String, String, DeploymentInner, CancellationToken)

Deploys resources to a resource group.

BeginCreateOrUpdateAtManagementGroupScopeAsync(IDeploymentsOperations, String, String, ScopedDeployment, CancellationToken)

Deploys resources at management group scope.

BeginCreateOrUpdateAtScopeAsync(IDeploymentsOperations, String, String, DeploymentInner, CancellationToken)

Deploys resources at a given scope.

BeginCreateOrUpdateAtSubscriptionScopeAsync(IDeploymentsOperations, String, DeploymentInner, CancellationToken)

Deploys resources at subscription scope.

BeginCreateOrUpdateAtTenantScopeAsync(IDeploymentsOperations, String, ScopedDeployment, CancellationToken)

Deploys resources at tenant scope.

BeginDeleteAsync(IDeploymentsOperations, String, String, CancellationToken)

Deletes a deployment from the deployment history.

BeginDeleteAtManagementGroupScopeAsync(IDeploymentsOperations, String, String, CancellationToken)

Deletes a deployment from the deployment history.

BeginDeleteAtScopeAsync(IDeploymentsOperations, String, String, CancellationToken)

Deletes a deployment from the deployment history.

BeginDeleteAtSubscriptionScopeAsync(IDeploymentsOperations, String, CancellationToken)

Deletes a deployment from the deployment history.

BeginDeleteAtTenantScopeAsync(IDeploymentsOperations, String, CancellationToken)

Deletes a deployment from the deployment history.

BeginValidateAsync(IDeploymentsOperations, String, String, DeploymentInner, CancellationToken)

Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..

BeginValidateAtManagementGroupScopeAsync(IDeploymentsOperations, String, String, ScopedDeployment, CancellationToken)

Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..

BeginValidateAtScopeAsync(IDeploymentsOperations, String, String, DeploymentInner, CancellationToken)

Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..

BeginValidateAtSubscriptionScopeAsync(IDeploymentsOperations, String, DeploymentInner, CancellationToken)

Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..

BeginValidateAtTenantScopeAsync(IDeploymentsOperations, String, ScopedDeployment, CancellationToken)

Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..

BeginWhatIfAsync(IDeploymentsOperations, String, String, DeploymentWhatIf, CancellationToken)

Returns changes that will be made by the deployment if executed at the scope of the resource group.

BeginWhatIfAtManagementGroupScopeAsync(IDeploymentsOperations, String, String, ScopedDeploymentWhatIf, CancellationToken)

Returns changes that will be made by the deployment if executed at the scope of the management group.

BeginWhatIfAtSubscriptionScopeAsync(IDeploymentsOperations, String, DeploymentWhatIf, CancellationToken)

Returns changes that will be made by the deployment if executed at the scope of the subscription.

BeginWhatIfAtTenantScopeAsync(IDeploymentsOperations, String, ScopedDeploymentWhatIf, CancellationToken)

Returns changes that will be made by the deployment if executed at the scope of the tenant group.

CalculateTemplateHashAsync(IDeploymentsOperations, Object, CancellationToken)

Calculate the hash of the given template.

CancelAsync(IDeploymentsOperations, String, String, CancellationToken)

Cancels a currently running template deployment.

CancelAtManagementGroupScopeAsync(IDeploymentsOperations, String, String, CancellationToken)

Cancels a currently running template deployment.

CancelAtScopeAsync(IDeploymentsOperations, String, String, CancellationToken)

Cancels a currently running template deployment.

CancelAtSubscriptionScopeAsync(IDeploymentsOperations, String, CancellationToken)

Cancels a currently running template deployment.

CancelAtTenantScopeAsync(IDeploymentsOperations, String, CancellationToken)

Cancels a currently running template deployment.

CheckExistenceAsync(IDeploymentsOperations, String, String, CancellationToken)

Checks whether the deployment exists.

CheckExistenceAtManagementGroupScopeAsync(IDeploymentsOperations, String, String, CancellationToken)

Checks whether the deployment exists.

CheckExistenceAtScopeAsync(IDeploymentsOperations, String, String, CancellationToken)

Checks whether the deployment exists.

CheckExistenceAtSubscriptionScopeAsync(IDeploymentsOperations, String, CancellationToken)

Checks whether the deployment exists.

CheckExistenceAtTenantScopeAsync(IDeploymentsOperations, String, CancellationToken)

Checks whether the deployment exists.

CreateOrUpdateAsync(IDeploymentsOperations, String, String, DeploymentInner, CancellationToken)

Deploys resources to a resource group.

CreateOrUpdateAtManagementGroupScopeAsync(IDeploymentsOperations, String, String, ScopedDeployment, CancellationToken)

Deploys resources at management group scope.

CreateOrUpdateAtScopeAsync(IDeploymentsOperations, String, String, DeploymentInner, CancellationToken)

Deploys resources at a given scope.

CreateOrUpdateAtSubscriptionScopeAsync(IDeploymentsOperations, String, DeploymentInner, CancellationToken)

Deploys resources at subscription scope.

CreateOrUpdateAtTenantScopeAsync(IDeploymentsOperations, String, ScopedDeployment, CancellationToken)

Deploys resources at tenant scope.

DeleteAsync(IDeploymentsOperations, String, String, CancellationToken)

Deletes a deployment from the deployment history.

DeleteAtManagementGroupScopeAsync(IDeploymentsOperations, String, String, CancellationToken)

Deletes a deployment from the deployment history.

DeleteAtScopeAsync(IDeploymentsOperations, String, String, CancellationToken)

Deletes a deployment from the deployment history.

DeleteAtSubscriptionScopeAsync(IDeploymentsOperations, String, CancellationToken)

Deletes a deployment from the deployment history.

DeleteAtTenantScopeAsync(IDeploymentsOperations, String, CancellationToken)

Deletes a deployment from the deployment history.

ExportTemplateAsync(IDeploymentsOperations, String, String, CancellationToken)

Exports the template used for specified deployment.

ExportTemplateAtManagementGroupScopeAsync(IDeploymentsOperations, String, String, CancellationToken)

Exports the template used for specified deployment.

ExportTemplateAtScopeAsync(IDeploymentsOperations, String, String, CancellationToken)

Exports the template used for specified deployment.

ExportTemplateAtSubscriptionScopeAsync(IDeploymentsOperations, String, CancellationToken)

Exports the template used for specified deployment.

ExportTemplateAtTenantScopeAsync(IDeploymentsOperations, String, CancellationToken)

Exports the template used for specified deployment.

GetAsync(IDeploymentsOperations, String, String, CancellationToken)

Gets a deployment.

GetAtManagementGroupScopeAsync(IDeploymentsOperations, String, String, CancellationToken)

Gets a deployment.

GetAtScopeAsync(IDeploymentsOperations, String, String, CancellationToken)

Gets a deployment.

GetAtSubscriptionScopeAsync(IDeploymentsOperations, String, CancellationToken)

Gets a deployment.

GetAtTenantScopeAsync(IDeploymentsOperations, String, CancellationToken)

Gets a deployment.

ListAtManagementGroupScopeAsync(IDeploymentsOperations, String, ODataQuery<DeploymentExtendedFilter>, CancellationToken)

Get all the deployments for a management group.

ListAtManagementGroupScopeNextAsync(IDeploymentsOperations, String, CancellationToken)

Get all the deployments for a management group.

ListAtScopeAsync(IDeploymentsOperations, String, ODataQuery<DeploymentExtendedFilter>, CancellationToken)

Get all the deployments at the given scope.

ListAtScopeNextAsync(IDeploymentsOperations, String, CancellationToken)

Get all the deployments at the given scope.

ListAtSubscriptionScopeAsync(IDeploymentsOperations, ODataQuery<DeploymentExtendedFilter>, CancellationToken)

Get all the deployments for a subscription.

ListAtSubscriptionScopeNextAsync(IDeploymentsOperations, String, CancellationToken)

Get all the deployments for a subscription.

ListAtTenantScopeAsync(IDeploymentsOperations, ODataQuery<DeploymentExtendedFilter>, CancellationToken)

Get all the deployments at the tenant scope.

ListAtTenantScopeNextAsync(IDeploymentsOperations, String, CancellationToken)

Get all the deployments at the tenant scope.

ListByResourceGroupAsync(IDeploymentsOperations, String, ODataQuery<DeploymentExtendedFilter>, CancellationToken)

Get all the deployments for a resource group.

ListByResourceGroupNextAsync(IDeploymentsOperations, String, CancellationToken)

Get all the deployments for a resource group.

ValidateAsync(IDeploymentsOperations, String, String, DeploymentInner, CancellationToken)

Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..

ValidateAtManagementGroupScopeAsync(IDeploymentsOperations, String, String, ScopedDeployment, CancellationToken)

Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..

ValidateAtScopeAsync(IDeploymentsOperations, String, String, DeploymentInner, CancellationToken)

Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..

ValidateAtSubscriptionScopeAsync(IDeploymentsOperations, String, DeploymentInner, CancellationToken)

Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..

ValidateAtTenantScopeAsync(IDeploymentsOperations, String, ScopedDeployment, CancellationToken)

Validates whether the specified template is syntactically correct and will be accepted by Azure Resource Manager..

WhatIfAsync(IDeploymentsOperations, String, String, DeploymentWhatIf, CancellationToken)

Returns changes that will be made by the deployment if executed at the scope of the resource group.

WhatIfAtManagementGroupScopeAsync(IDeploymentsOperations, String, String, ScopedDeploymentWhatIf, CancellationToken)

Returns changes that will be made by the deployment if executed at the scope of the management group.

WhatIfAtSubscriptionScopeAsync(IDeploymentsOperations, String, DeploymentWhatIf, CancellationToken)

Returns changes that will be made by the deployment if executed at the scope of the subscription.

WhatIfAtTenantScopeAsync(IDeploymentsOperations, String, ScopedDeploymentWhatIf, CancellationToken)

Returns changes that will be made by the deployment if executed at the scope of the tenant group.

Applies to