Share via


DeploymentsOperationsExtensions.BeginCreateOrUpdateAtScope メソッド

定義

特定のスコープでリソースをデプロイします。

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

パラメーター

operations
IDeploymentsOperations

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

scope
String

リソース スコープ。

deploymentName
String

デプロイの名前。

parameters
Deployment

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

戻り値

注釈

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

適用対象