DeploymentsOperationsExtensions.ExportTemplateAtSubscriptionScope メソッド

定義

指定したデプロイに使用されるテンプレートをエクスポートします。

public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult ExportTemplateAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);
static member ExportTemplateAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult
<Extension()>
Public Function ExportTemplateAtSubscriptionScope (operations As IDeploymentsOperations, deploymentName As String) As DeploymentExportResult

パラメーター

operations
IDeploymentsOperations

この拡張メソッドの操作グループ。

deploymentName
String

デプロイの名前。

戻り値

適用対象