ResourceGroupsOperationsExtensions.CheckExistence メソッド

定義

リソース グループが存在するかどうかを確認します。

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

パラメーター

operations
IResourceGroupsOperations

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

resourceGroupName
String

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

戻り値

適用対象