Share via


MockableComputeSubscriptionResource.GetSharedGalleries(AzureLocation) Method

Definition

Gets a collection of SharedGalleryResources in the SubscriptionResource.

public virtual Azure.ResourceManager.Compute.SharedGalleryCollection GetSharedGalleries (Azure.Core.AzureLocation location);
abstract member GetSharedGalleries : Azure.Core.AzureLocation -> Azure.ResourceManager.Compute.SharedGalleryCollection
override this.GetSharedGalleries : Azure.Core.AzureLocation -> Azure.ResourceManager.Compute.SharedGalleryCollection
Public Overridable Function GetSharedGalleries (location As AzureLocation) As SharedGalleryCollection

Parameters

location
AzureLocation

Resource location.

Returns

An object representing collection of SharedGalleryResources and their operations over a SharedGalleryResource.

Applies to