次の方法で共有


ComputeExtensions.GetGallery メソッド

定義

Shared Image Galleryに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}
  • 操作IdGalleries_Get
public static Azure.Response<Azure.ResourceManager.Compute.GalleryResource> GetGallery (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string galleryName, Azure.ResourceManager.Compute.Models.SelectPermission? select = default, Azure.ResourceManager.Compute.Models.GalleryExpand? expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetGallery : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable<Azure.ResourceManager.Compute.Models.SelectPermission> * Nullable<Azure.ResourceManager.Compute.Models.GalleryExpand> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.GalleryResource>
<Extension()>
Public Function GetGallery (resourceGroupResource As ResourceGroupResource, 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 GalleryResource)

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

galleryName
String

Shared Image Galleryの名前。

select
Nullable<SelectPermission>

操作に適用する select 式。

expand
Nullable<GalleryExpand>

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

cancellationToken
CancellationToken

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

戻り値

例外

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

galleryName が null です。

適用対象