次の方法で共有


ComputeExtensions.GetSharedGalleries メソッド

定義

SubscriptionResource 内の SharedGalleryResources のコレクションを取得します。

public static Azure.ResourceManager.Compute.SharedGalleryCollection GetSharedGalleries (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location);
static member GetSharedGalleries : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation -> Azure.ResourceManager.Compute.SharedGalleryCollection
<Extension()>
Public Function GetSharedGalleries (subscriptionResource As SubscriptionResource, location As AzureLocation) As SharedGalleryCollection

パラメーター

subscriptionResource
SubscriptionResource

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

location
AzureLocation

リソースの場所。

戻り値

SharedGalleryResources のコレクションとその SharedGalleryResource に対する操作を表す オブジェクト。

適用対象