次の方法で共有


DeploymentsOperationsExtensions.BeginValidateAsync メソッド

定義

指定したテンプレートが構文的に正しく、Azure Resource Manager によって受け入れられるかどうかを検証します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentValidateResultInner> BeginValidateAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginValidateAsync : 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.DeploymentValidateResultInner>
<Extension()>
Public Function BeginValidateAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, parameters As DeploymentInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentValidateResultInner)

パラメーター

operations
IDeploymentsOperations

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

resourceGroupName
String

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

deploymentName
String

デプロイの名前。

parameters
DeploymentInner

検証するパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象