DeploymentsOperationsExtensions.CheckExistenceAtSubscriptionScope メソッド

定義

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

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

パラメーター

operations
IDeploymentsOperations

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

deploymentName
String

デプロイの名前。

戻り値

適用対象