Condividi tramite


ComputeExtensions.GetCommunityGalleries(SubscriptionResource) Method

Definition

Gets a collection of CommunityGalleryResources in the SubscriptionResource. MockingTo mock this method, please mock GetCommunityGalleries() instead.

public static Azure.ResourceManager.Compute.CommunityGalleryCollection GetCommunityGalleries (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource);
static member GetCommunityGalleries : Azure.ResourceManager.Resources.SubscriptionResource -> Azure.ResourceManager.Compute.CommunityGalleryCollection
<Extension()>
Public Function GetCommunityGalleries (subscriptionResource As SubscriptionResource) As CommunityGalleryCollection

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

Returns

An object representing collection of CommunityGalleryResources and their operations over a CommunityGalleryResource.

Exceptions

subscriptionResource is null.

Applies to