次の方法で共有


SharedGalleriesOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.Compute.Models.SharedGallery Get (this Microsoft.Azure.Management.Compute.ISharedGalleriesOperations operations, string location, string galleryUniqueName);
static member Get : Microsoft.Azure.Management.Compute.ISharedGalleriesOperations * string * string -> Microsoft.Azure.Management.Compute.Models.SharedGallery
<Extension()>
Public Function Get (operations As ISharedGalleriesOperations, location As String, galleryUniqueName As String) As SharedGallery

パラメーター

operations
ISharedGalleriesOperations

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

location
String

リソースの場所。

galleryUniqueName
String

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

戻り値

適用対象