DeploymentsOperationsExtensions.ExportTemplateAtManagementGroupScope メソッド

定義

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

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

パラメーター

operations
IDeploymentsOperations

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

groupId
String

管理グループ ID。

deploymentName
String

デプロイの名前。

戻り値

適用対象