Share via


DeploymentStacksOperationsExtensions.ExportTemplateAtResourceGroupAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentStackTemplateDefinition> ExportTemplateAtResourceGroupAsync (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string resourceGroupName, string deploymentStackName, System.Threading.CancellationToken cancellationToken = default);
static member ExportTemplateAtResourceGroupAsync : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentStackTemplateDefinition>
<Extension()>
Public Function ExportTemplateAtResourceGroupAsync (operations As IDeploymentStacksOperations, resourceGroupName As String, deploymentStackName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentStackTemplateDefinition)

Parameters

operations
IDeploymentStacksOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

deploymentStackName
String

Name of the deployment stack.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to