DeploymentsOperationsExtensions.BeginCreateOrUpdateAtTenantScopeAsync メソッド

定義

テナント スコープでリソースをデプロイします。

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

パラメーター

operations
IDeploymentsOperations

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

deploymentName
String

デプロイの名前。

parameters
ScopedDeployment

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象