DeploymentsOperationsExtensions.CheckExistenceAtScope メソッド

定義

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

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

パラメーター

operations
IDeploymentsOperations

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

scope
String

リソース スコープ。

deploymentName
String

デプロイの名前。

戻り値

適用対象