次の方法で共有


SharedGalleriesOperationsExtensions.GetAsync メソッド

定義

サブスクリプション ID またはテナント ID で共有ギャラリーを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SharedGallery> GetAsync (this Microsoft.Azure.Management.Compute.ISharedGalleriesOperations operations, string location, string galleryUniqueName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.ISharedGalleriesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SharedGallery>
<Extension()>
Public Function GetAsync (operations As ISharedGalleriesOperations, location As String, galleryUniqueName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SharedGallery)

パラメーター

operations
ISharedGalleriesOperations

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

location
String

リソースの場所。

galleryUniqueName
String

共有ギャラリーの一意の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象