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

The name of Azure region.

Returns

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

Applies to