MockableComputeSubscriptionResource.GetSharedGalleryDataAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.SharedGalleryData>> GetSharedGalleryDataAsync(Azure.Core.AzureLocation location, string galleryUniqueName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSharedGalleryDataAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.SharedGalleryData>>
override this.GetSharedGalleryDataAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.SharedGalleryData>>
Public Overridable Function GetSharedGalleryDataAsync (location As AzureLocation, galleryUniqueName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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