MockableComputeSubscriptionResource.GetSharedGalleryData Method

Definition

Get a shared gallery by subscription id or tenant id.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}.
  • Operation Id. : SharedGalleries_Get.
  • Default Api Version. : 2025-03-03.
public virtual Azure.Response<Azure.ResourceManager.Compute.SharedGalleryData> GetSharedGalleryData(Azure.Core.AzureLocation location, string galleryUniqueName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSharedGalleryData : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.SharedGalleryData>
override this.GetSharedGalleryData : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.SharedGalleryData>
Public Overridable Function GetSharedGalleryData (location As AzureLocation, galleryUniqueName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SharedGalleryData)

Parameters

location
AzureLocation

The name of the Azure region.

galleryUniqueName
String

The unique name of the Shared Gallery.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

galleryUniqueName is null.

galleryUniqueName is an empty string, and was expected to be non-empty.

Applies to