DeploymentsOperationsExtensions.BeginValidateAtManagementGroupScopeAsync メソッド

定義

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

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

パラメーター

operations
IDeploymentsOperations

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

groupId
String

管理グループ ID。

deploymentName
String

デプロイの名前。

parameters
ScopedDeployment

検証するパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象