次の方法で共有


DeploymentOperationsExtensions.CheckExistence メソッド

定義

デプロイが存在するかどうかを確認します。

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

パラメーター

operations
IDeploymentOperations

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

resourceGroupName
String

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

deploymentName
String

必須です。 デプロイの名前。

戻り値

デプロイメント情報です。

適用対象