ComputeExtensions.GetGalleryAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Shared Image Galleryに関する情報を取得します。
- 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}
- 操作IdGalleries_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.GalleryResource>> GetGalleryAsync (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 GetGalleryAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable<Azure.ResourceManager.Compute.Models.SelectPermission> * Nullable<Azure.ResourceManager.Compute.Models.GalleryExpand> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.GalleryResource>>
<Extension()>
Public Function GetGalleryAsync (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 Task(Of Response(Of GalleryResource))
パラメーター
- resourceGroupResource
- ResourceGroupResource
ResourceGroupResourceメソッドが実行するインスタンス。
- galleryName
- String
Shared Image Galleryの名前。
- select
- Nullable<SelectPermission>
操作に適用する select 式。
- expand
- Nullable<GalleryExpand>
操作に適用する [クエリの展開] オプション。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
galleryName
は空の文字列であり、空でないと想定されていました。
galleryName
が null です。