次の方法で共有


DeploymentsOperationsExtensions.CreateOrUpdateAtScopeAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner> CreateOrUpdateAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAtScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>
<Extension()>
Public Function CreateOrUpdateAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtendedInner)

パラメーター

operations
IDeploymentsOperations

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

scope
String

リソース スコープ。

deploymentName
String

デプロイの名前。

parameters
DeploymentInner

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象