次の方法で共有


DeploymentOperationsExtensions.Validate メソッド

定義

テンプレートのデプロイを検証します。

public static Microsoft.Azure.Management.Resources.Models.DeploymentValidateResponse Validate (this Microsoft.Azure.Management.Resources.IDeploymentOperations operations, string resourceGroupName, string deploymentName, Microsoft.Azure.Management.Resources.Models.Deployment parameters);
static member Validate : Microsoft.Azure.Management.Resources.IDeploymentOperations * string * string * Microsoft.Azure.Management.Resources.Models.Deployment -> Microsoft.Azure.Management.Resources.Models.DeploymentValidateResponse
<Extension()>
Public Function Validate (operations As IDeploymentOperations, resourceGroupName As String, deploymentName As String, parameters As Deployment) As DeploymentValidateResponse

パラメーター

operations
IDeploymentOperations

Microsoft.Azure.Management.Resources.IDeploymentOperations への参照です。

resourceGroupName
String

必須。 リソース グループの名前。 名前の大文字と小文字は区別されます。

deploymentName
String

必須。 デプロイの名前。

parameters
Deployment

必須。 検証するデプロイです。

戻り値

テンプレート デプロイ検証の応答からの情報です。

適用対象