Share via


IDeploymentStacksOperations Interface

Definition

DeploymentStacksOperations operations.

public interface IDeploymentStacksOperations
type IDeploymentStacksOperations = interface
Public Interface IDeploymentStacksOperations

Methods

BeginCreateOrUpdateAtManagementGroupWithHttpMessagesAsync(String, String, DeploymentStack, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Deployment stack at Management Group scope.

BeginCreateOrUpdateAtResourceGroupWithHttpMessagesAsync(String, String, DeploymentStack, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Deployment stack at Resource Group scope.

BeginCreateOrUpdateAtSubscriptionWithHttpMessagesAsync(String, DeploymentStack, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Deployment stack at Subscription scope.

BeginDeleteAtManagementGroupWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

BeginDeleteAtManagementGroupWithHttpMessagesAsync(String, String, String, String, String, Nullable<Boolean>, Dictionary<String, List<String>>, CancellationToken)

Deletes a Deployment stack by name at Management Group scope. When operation completes, status code 200 returned without content.

BeginDeleteAtResourceGroupWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

BeginDeleteAtResourceGroupWithHttpMessagesAsync(String, String, String, String, String, Nullable<Boolean>, Dictionary<String, List<String>>, CancellationToken)

Deletes a Deployment stack by name at Resource Group scope. When operation completes, status code 200 returned without content.

BeginDeleteAtSubscriptionWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

BeginDeleteAtSubscriptionWithHttpMessagesAsync(String, String, String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Deletes a Deployment stack by name at Subscription scope. When operation completes, status code 200 returned without content.

BeginValidateStackAtManagementGroupWithHttpMessagesAsync(String, String, DeploymentStack, Dictionary<String,List<String>>, CancellationToken)

Runs preflight validation on the Management Group scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

BeginValidateStackAtResourceGroupWithHttpMessagesAsync(String, String, DeploymentStack, Dictionary<String,List<String>>, CancellationToken)

Runs preflight validation on the Resource Group scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

BeginValidateStackAtSubscriptionWithHttpMessagesAsync(String, DeploymentStack, Dictionary<String,List<String>>, CancellationToken)

Runs preflight validation on the Subscription scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

CreateOrUpdateAtManagementGroupWithHttpMessagesAsync(String, String, DeploymentStack, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Deployment stack at Management Group scope.

CreateOrUpdateAtResourceGroupWithHttpMessagesAsync(String, String, DeploymentStack, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Deployment stack at Resource Group scope.

CreateOrUpdateAtSubscriptionWithHttpMessagesAsync(String, DeploymentStack, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Deployment stack at Subscription scope.

DeleteAtManagementGroupWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

DeleteAtManagementGroupWithHttpMessagesAsync(String, String, String, String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Deletes a Deployment stack by name at Management Group scope. When operation completes, status code 200 returned without content.

DeleteAtResourceGroupWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

DeleteAtResourceGroupWithHttpMessagesAsync(String, String, String, String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Deletes a Deployment stack by name at Resource Group scope. When operation completes, status code 200 returned without content.

DeleteAtSubscriptionWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

DeleteAtSubscriptionWithHttpMessagesAsync(String, String, String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Deletes a Deployment stack by name at Subscription scope. When operation completes, status code 200 returned without content.

ExportTemplateAtManagementGroupWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Exports the template used to create the Deployment stack at Management Group scope.

ExportTemplateAtResourceGroupWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Exports the template used to create the Deployment stack at Resource Group scope.

ExportTemplateAtSubscriptionWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Exports the template used to create the Deployment stack at Subscription scope.

GetAtManagementGroupWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a Deployment stack with a given name at Management Group scope.

GetAtResourceGroupWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a Deployment stack with a given name at Resource Group scope.

GetAtSubscriptionWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a Deployment stack with a given name at Subscription scope.

ListAtManagementGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the Deployment stacks within the specified Management Group.

ListAtManagementGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the Deployment stacks within the specified Management Group.

ListAtResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the Deployment stacks within the specified Resource Group.

ListAtResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the Deployment stacks within the specified Resource Group.

ListAtSubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the Deployment stacks within the specified Subscription.

ListAtSubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Lists all the Deployment stacks within the specified Subscription.

ValidateStackAtManagementGroupWithHttpMessagesAsync(String, String, DeploymentStack, Dictionary<String,List<String>>, CancellationToken)

Runs preflight validation on the Management Group scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

ValidateStackAtResourceGroupWithHttpMessagesAsync(String, String, DeploymentStack, Dictionary<String,List<String>>, CancellationToken)

Runs preflight validation on the Resource Group scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

ValidateStackAtSubscriptionWithHttpMessagesAsync(String, DeploymentStack, Dictionary<String,List<String>>, CancellationToken)

Runs preflight validation on the Subscription scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

Extension Methods

BeginCreateOrUpdateAtManagementGroup(IDeploymentStacksOperations, String, String, DeploymentStack)

Creates or updates a Deployment stack at Management Group scope.

BeginCreateOrUpdateAtManagementGroupAsync(IDeploymentStacksOperations, String, String, DeploymentStack, CancellationToken)

Creates or updates a Deployment stack at Management Group scope.

BeginCreateOrUpdateAtResourceGroup(IDeploymentStacksOperations, String, String, DeploymentStack)

Creates or updates a Deployment stack at Resource Group scope.

BeginCreateOrUpdateAtResourceGroupAsync(IDeploymentStacksOperations, String, String, DeploymentStack, CancellationToken)

Creates or updates a Deployment stack at Resource Group scope.

BeginCreateOrUpdateAtSubscription(IDeploymentStacksOperations, String, DeploymentStack)

Creates or updates a Deployment stack at Subscription scope.

BeginCreateOrUpdateAtSubscriptionAsync(IDeploymentStacksOperations, String, DeploymentStack, CancellationToken)

Creates or updates a Deployment stack at Subscription scope.

BeginDeleteAtManagementGroup(IDeploymentStacksOperations, String, String, String, String, String, Nullable<Boolean>)

Deletes a Deployment stack by name at Management Group scope. When operation completes, status code 200 returned without content.

BeginDeleteAtManagementGroup(IDeploymentStacksOperations, String, String, String, String, String)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

BeginDeleteAtManagementGroupAsync(IDeploymentStacksOperations, String, String, String, String, String, Nullable<Boolean>, CancellationToken)

Deletes a Deployment stack by name at Management Group scope. When operation completes, status code 200 returned without content.

BeginDeleteAtManagementGroupAsync(IDeploymentStacksOperations, String, String, String, String, String, CancellationToken)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

BeginDeleteAtResourceGroup(IDeploymentStacksOperations, String, String, String, String, String, Nullable<Boolean>)

Deletes a Deployment stack by name at Resource Group scope. When operation completes, status code 200 returned without content.

BeginDeleteAtResourceGroup(IDeploymentStacksOperations, String, String, String, String)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

BeginDeleteAtResourceGroupAsync(IDeploymentStacksOperations, String, String, String, String, String, Nullable<Boolean>, CancellationToken)

Deletes a Deployment stack by name at Resource Group scope. When operation completes, status code 200 returned without content.

BeginDeleteAtResourceGroupAsync(IDeploymentStacksOperations, String, String, String, String, CancellationToken)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

BeginDeleteAtSubscription(IDeploymentStacksOperations, String, String, String, String, Nullable<Boolean>)

Deletes a Deployment stack by name at Subscription scope. When operation completes, status code 200 returned without content.

BeginDeleteAtSubscription(IDeploymentStacksOperations, String, String, String)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

BeginDeleteAtSubscriptionAsync(IDeploymentStacksOperations, String, String, String, String, Nullable<Boolean>, CancellationToken)

Deletes a Deployment stack by name at Subscription scope. When operation completes, status code 200 returned without content.

BeginDeleteAtSubscriptionAsync(IDeploymentStacksOperations, String, String, String, CancellationToken)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

BeginValidateStackAtManagementGroup(IDeploymentStacksOperations, String, String, DeploymentStack)

Runs preflight validation on the Management Group scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

BeginValidateStackAtManagementGroupAsync(IDeploymentStacksOperations, String, String, DeploymentStack, CancellationToken)

Runs preflight validation on the Management Group scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

BeginValidateStackAtResourceGroup(IDeploymentStacksOperations, String, String, DeploymentStack)

Runs preflight validation on the Resource Group scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

BeginValidateStackAtResourceGroupAsync(IDeploymentStacksOperations, String, String, DeploymentStack, CancellationToken)

Runs preflight validation on the Resource Group scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

BeginValidateStackAtSubscription(IDeploymentStacksOperations, String, DeploymentStack)

Runs preflight validation on the Subscription scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

BeginValidateStackAtSubscriptionAsync(IDeploymentStacksOperations, String, DeploymentStack, CancellationToken)

Runs preflight validation on the Subscription scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

CreateOrUpdateAtManagementGroup(IDeploymentStacksOperations, String, String, DeploymentStack)

Creates or updates a Deployment stack at Management Group scope.

CreateOrUpdateAtManagementGroupAsync(IDeploymentStacksOperations, String, String, DeploymentStack, CancellationToken)

Creates or updates a Deployment stack at Management Group scope.

CreateOrUpdateAtResourceGroup(IDeploymentStacksOperations, String, String, DeploymentStack)

Creates or updates a Deployment stack at Resource Group scope.

CreateOrUpdateAtResourceGroupAsync(IDeploymentStacksOperations, String, String, DeploymentStack, CancellationToken)

Creates or updates a Deployment stack at Resource Group scope.

CreateOrUpdateAtSubscription(IDeploymentStacksOperations, String, DeploymentStack)

Creates or updates a Deployment stack at Subscription scope.

CreateOrUpdateAtSubscriptionAsync(IDeploymentStacksOperations, String, DeploymentStack, CancellationToken)

Creates or updates a Deployment stack at Subscription scope.

DeleteAtManagementGroup(IDeploymentStacksOperations, String, String, String, String, String, Nullable<Boolean>)

Deletes a Deployment stack by name at Management Group scope. When operation completes, status code 200 returned without content.

DeleteAtManagementGroup(IDeploymentStacksOperations, String, String, String, String, String)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

DeleteAtManagementGroupAsync(IDeploymentStacksOperations, String, String, String, String, String, Nullable<Boolean>, CancellationToken)

Deletes a Deployment stack by name at Management Group scope. When operation completes, status code 200 returned without content.

DeleteAtManagementGroupAsync(IDeploymentStacksOperations, String, String, String, String, String, CancellationToken)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

DeleteAtResourceGroup(IDeploymentStacksOperations, String, String, String, String, String, Nullable<Boolean>)

Deletes a Deployment stack by name at Resource Group scope. When operation completes, status code 200 returned without content.

DeleteAtResourceGroup(IDeploymentStacksOperations, String, String, String, String)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

DeleteAtResourceGroupAsync(IDeploymentStacksOperations, String, String, String, String, String, Nullable<Boolean>, CancellationToken)

Deletes a Deployment stack by name at Resource Group scope. When operation completes, status code 200 returned without content.

DeleteAtResourceGroupAsync(IDeploymentStacksOperations, String, String, String, String, CancellationToken)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

DeleteAtSubscription(IDeploymentStacksOperations, String, String, String, String, Nullable<Boolean>)

Deletes a Deployment stack by name at Subscription scope. When operation completes, status code 200 returned without content.

DeleteAtSubscription(IDeploymentStacksOperations, String, String, String)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

DeleteAtSubscriptionAsync(IDeploymentStacksOperations, String, String, String, String, Nullable<Boolean>, CancellationToken)

Deletes a Deployment stack by name at Subscription scope. When operation completes, status code 200 returned without content.

DeleteAtSubscriptionAsync(IDeploymentStacksOperations, String, String, String, CancellationToken)

Deletes a Deployment Stack by name. When operation completes, status code 200 returned without content.

ExportTemplateAtManagementGroup(IDeploymentStacksOperations, String, String)

Exports the template used to create the Deployment stack at Management Group scope.

ExportTemplateAtManagementGroupAsync(IDeploymentStacksOperations, String, String, CancellationToken)

Exports the template used to create the Deployment stack at Management Group scope.

ExportTemplateAtResourceGroup(IDeploymentStacksOperations, String, String)

Exports the template used to create the Deployment stack at Resource Group scope.

ExportTemplateAtResourceGroupAsync(IDeploymentStacksOperations, String, String, CancellationToken)

Exports the template used to create the Deployment stack at Resource Group scope.

ExportTemplateAtSubscription(IDeploymentStacksOperations, String)

Exports the template used to create the Deployment stack at Subscription scope.

ExportTemplateAtSubscriptionAsync(IDeploymentStacksOperations, String, CancellationToken)

Exports the template used to create the Deployment stack at Subscription scope.

GetAtManagementGroup(IDeploymentStacksOperations, String, String)

Gets a Deployment stack with a given name at Management Group scope.

GetAtManagementGroupAsync(IDeploymentStacksOperations, String, String, CancellationToken)

Gets a Deployment stack with a given name at Management Group scope.

GetAtResourceGroup(IDeploymentStacksOperations, String, String)

Gets a Deployment stack with a given name at Resource Group scope.

GetAtResourceGroupAsync(IDeploymentStacksOperations, String, String, CancellationToken)

Gets a Deployment stack with a given name at Resource Group scope.

GetAtSubscription(IDeploymentStacksOperations, String)

Gets a Deployment stack with a given name at Subscription scope.

GetAtSubscriptionAsync(IDeploymentStacksOperations, String, CancellationToken)

Gets a Deployment stack with a given name at Subscription scope.

ListAtManagementGroup(IDeploymentStacksOperations, String)

Lists all the Deployment stacks within the specified Management Group.

ListAtManagementGroupAsync(IDeploymentStacksOperations, String, CancellationToken)

Lists all the Deployment stacks within the specified Management Group.

ListAtManagementGroupNext(IDeploymentStacksOperations, String)

Lists all the Deployment stacks within the specified Management Group.

ListAtManagementGroupNextAsync(IDeploymentStacksOperations, String, CancellationToken)

Lists all the Deployment stacks within the specified Management Group.

ListAtResourceGroup(IDeploymentStacksOperations, String)

Lists all the Deployment stacks within the specified Resource Group.

ListAtResourceGroupAsync(IDeploymentStacksOperations, String, CancellationToken)

Lists all the Deployment stacks within the specified Resource Group.

ListAtResourceGroupNext(IDeploymentStacksOperations, String)

Lists all the Deployment stacks within the specified Resource Group.

ListAtResourceGroupNextAsync(IDeploymentStacksOperations, String, CancellationToken)

Lists all the Deployment stacks within the specified Resource Group.

ListAtSubscription(IDeploymentStacksOperations)

Lists all the Deployment stacks within the specified Subscription.

ListAtSubscriptionAsync(IDeploymentStacksOperations, CancellationToken)

Lists all the Deployment stacks within the specified Subscription.

ListAtSubscriptionNext(IDeploymentStacksOperations, String)

Lists all the Deployment stacks within the specified Subscription.

ListAtSubscriptionNextAsync(IDeploymentStacksOperations, String, CancellationToken)

Lists all the Deployment stacks within the specified Subscription.

ValidateStackAtManagementGroup(IDeploymentStacksOperations, String, String, DeploymentStack)

Runs preflight validation on the Management Group scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

ValidateStackAtManagementGroupAsync(IDeploymentStacksOperations, String, String, DeploymentStack, CancellationToken)

Runs preflight validation on the Management Group scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

ValidateStackAtResourceGroup(IDeploymentStacksOperations, String, String, DeploymentStack)

Runs preflight validation on the Resource Group scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

ValidateStackAtResourceGroupAsync(IDeploymentStacksOperations, String, String, DeploymentStack, CancellationToken)

Runs preflight validation on the Resource Group scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

ValidateStackAtSubscription(IDeploymentStacksOperations, String, DeploymentStack)

Runs preflight validation on the Subscription scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

ValidateStackAtSubscriptionAsync(IDeploymentStacksOperations, String, DeploymentStack, CancellationToken)

Runs preflight validation on the Subscription scoped Deployment stack template to verify its acceptance to Azure Resource Manager.

Applies to