DeploymentsOperationsExtensions.ExportTemplateAtScope メソッド

定義

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

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

パラメーター

operations
IDeploymentsOperations

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

scope
String

リソース スコープ。

deploymentName
String

デプロイの名前。

戻り値

適用対象