Share via


DeploymentStacksOperationsExtensions.ExportTemplateAtSubscription Method

Definition

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

public static Microsoft.Azure.Management.Resources.Models.DeploymentStackTemplateDefinition ExportTemplateAtSubscription (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string deploymentStackName);
static member ExportTemplateAtSubscription : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string -> Microsoft.Azure.Management.Resources.Models.DeploymentStackTemplateDefinition
<Extension()>
Public Function ExportTemplateAtSubscription (operations As IDeploymentStacksOperations, deploymentStackName As String) As DeploymentStackTemplateDefinition

Parameters

operations
IDeploymentStacksOperations

The operations group for this extension method.

deploymentStackName
String

Name of the deployment stack.

Returns

Applies to