DeploymentsOperationsExtensions.BeginCreateOrUpdateAtManagementGroupScope メソッド

定義

管理グループスコープでリソースをデプロイします。

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

パラメーター

operations
IDeploymentsOperations

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

groupId
String

管理グループ ID。

deploymentName
String

デプロイの名前。

parameters
ScopedDeployment

操作に対して別途指定するパラメーターです。

戻り値

注釈

テンプレートとパラメーターは、要求または JSON ファイルへのリンクで直接指定できます。

適用対象