DeploymentsOperationsExtensions.CheckExistenceAtManagementGroupScope メソッド

定義

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

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

パラメーター

operations
IDeploymentsOperations

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

groupId
String

管理グループ ID。

deploymentName
String

デプロイの名前。

戻り値

適用対象