ComputeExtensions.GetCommunityGalleryData Method

Definition

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

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