DeploymentsOperationsExtensions.CheckExistence メソッド

定義

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

public static bool CheckExistence (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string resourceGroupName, string deploymentName);
static member CheckExistence : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -> bool
<Extension()>
Public Function CheckExistence (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String) As Boolean

パラメーター

operations
IDeploymentsOperations

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

resourceGroupName
String

チェックするデプロイを含むリソース グループの名前。 名前の大文字と小文字は区別されます。

deploymentName
String

デプロイの名前。

戻り値

適用対象