MockableComputeSubscriptionResource.GetSharedGalleries(AzureLocation) 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 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
The name of Azure region.
Returns
An object representing collection of SharedGalleryResources and their operations over a SharedGalleryResource.