Share via


DeploymentStacksOperationsExtensions.ExportTemplateAtResourceGroup Method

Definition

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

public static Microsoft.Azure.Management.Resources.Models.DeploymentStackTemplateDefinition ExportTemplateAtResourceGroup (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string resourceGroupName, string deploymentStackName);
static member ExportTemplateAtResourceGroup : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string * string -> Microsoft.Azure.Management.Resources.Models.DeploymentStackTemplateDefinition
<Extension()>
Public Function ExportTemplateAtResourceGroup (operations As IDeploymentStacksOperations, resourceGroupName As String, deploymentStackName As String) As 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.

Returns

Applies to