Freigeben über


DeploymentsOperationsExtensions.ExportTemplateAtTenantScopeAsync Methode

Definition

Exportiert die Vorlage, die für die angegebene Bereitstellung verwendet wird.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult> ExportTemplateAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, System.Threading.CancellationToken cancellationToken = default);
static member ExportTemplateAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult>
<Extension()>
Public Function ExportTemplateAtTenantScopeAsync (operations As IDeploymentsOperations, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExportResult)

Parameter

operations
IDeploymentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

deploymentName
String

Der Name der Bereitstellung

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: