DeploymentsOperationsExtensions.BeginWhatIfAsync メソッド

定義

リソース グループのスコープで実行された場合にデプロイによって行われる変更を返します。

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

パラメーター

operations
IDeploymentsOperations

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

resourceGroupName
String

テンプレートがデプロイされるリソース グループの名前。 名前の大文字と小文字は区別されます。

deploymentName
String

デプロイの名前。

parameters
DeploymentWhatIf

検証するパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象