次の方法で共有


GalleryCollection.Exists メソッド

定義

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}
  • 操作IdGalleries_Get
public virtual Azure.Response<bool> Exists (string galleryName, Azure.ResourceManager.Compute.Models.SelectPermission? select = default, Azure.ResourceManager.Compute.Models.GalleryExpand? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * Nullable<Azure.ResourceManager.Compute.Models.SelectPermission> * Nullable<Azure.ResourceManager.Compute.Models.GalleryExpand> * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * Nullable<Azure.ResourceManager.Compute.Models.SelectPermission> * Nullable<Azure.ResourceManager.Compute.Models.GalleryExpand> * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (galleryName As String, Optional select As Nullable(Of SelectPermission) = Nothing, Optional expand As Nullable(Of GalleryExpand) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

パラメーター

galleryName
String

Shared Image Galleryの名前。

select
Nullable<SelectPermission>

操作に適用する select 式。

expand
Nullable<GalleryExpand>

操作に適用する [クエリの展開] オプション。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

galleryName は空の文字列であり、空でないと予想されていました。

galleryName が null です。

適用対象