ComputeExtensions.GetCommunityGalleryDataAsync Method

Definition

Get a community gallery by gallery public name. <item> Mocking. To mock this method, please mock GetCommunityGalleryDataAsync(AzureLocation, String, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CommunityGalleryData>> GetCommunityGalleryDataAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publicGalleryName, System.Threading.CancellationToken cancellationToken = default);
static member GetCommunityGalleryDataAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.CommunityGalleryData>>
<Extension()>
Public Function GetCommunityGalleryDataAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, publicGalleryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CommunityGalleryData))

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

location
AzureLocation

The name of the Azure region.

publicGalleryName
String

The public name of the community gallery.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource is null.

Applies to