ComputeExtensions.GetCommunityGalleries(SubscriptionResource) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.