DeploymentStacksOperationsExtensions.ExportTemplateAtManagementGroup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exports the template used to create the Deployment stack at Management Group scope.
public static Microsoft.Azure.Management.Resources.Models.DeploymentStackTemplateDefinition ExportTemplateAtManagementGroup (this Microsoft.Azure.Management.Resources.IDeploymentStacksOperations operations, string managementGroupId, string deploymentStackName);
static member ExportTemplateAtManagementGroup : Microsoft.Azure.Management.Resources.IDeploymentStacksOperations * string * string -> Microsoft.Azure.Management.Resources.Models.DeploymentStackTemplateDefinition
<Extension()>
Public Function ExportTemplateAtManagementGroup (operations As IDeploymentStacksOperations, managementGroupId As String, deploymentStackName As String) As DeploymentStackTemplateDefinition
Parameters
- operations
- IDeploymentStacksOperations
The operations group for this extension method.
- managementGroupId
- String
Management Group id.
- deploymentStackName
- String
Name of the deployment stack.