DeploymentsOperationsExtensions.BeginValidateAtTenantScope メソッド

定義

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

public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult BeginValidateAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName, Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment parameters);
static member BeginValidateAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * Microsoft.Azure.Management.ResourceManager.Models.ScopedDeployment -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentValidateResult
<Extension()>
Public Function BeginValidateAtTenantScope (operations As IDeploymentsOperations, deploymentName As String, parameters As ScopedDeployment) As DeploymentValidateResult

パラメーター

operations
IDeploymentsOperations

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

deploymentName
String

デプロイの名前。

parameters
ScopedDeployment

検証するパラメーター。

戻り値

適用対象