DeploymentStackResource.ExportTemplate(CancellationToken) 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.
- Request Path: /{scope}/providers/Microsoft.Resources/deploymentStacks/{deploymentStackName}/exportTemplate
- Operation Id: DeploymentStacks_ExportTemplateAtScope
- Default Api Version: 2024-03-01
- Resource: DeploymentStackResource
public virtual Azure.Response<Azure.ResourceManager.Resources.Models.DeploymentStackTemplateDefinition> ExportTemplate (System.Threading.CancellationToken cancellationToken = default);
abstract member ExportTemplate : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.Models.DeploymentStackTemplateDefinition>
override this.ExportTemplate : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.Models.DeploymentStackTemplateDefinition>
Public Overridable Function ExportTemplate (Optional cancellationToken As CancellationToken = Nothing) As Response(Of DeploymentStackTemplateDefinition)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET