Share via


DeploymentsOperationsExtensions.ValidateAtScope メソッド

定義

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

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

パラメーター

operations
IDeploymentsOperations

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

scope
String

リソース スコープ。

deploymentName
String

デプロイの名前。

parameters
Deployment

検証するパラメーター。

戻り値

適用対象