ManagementGroupSubscriptionsOperationsExtensions.GetSubscriptionAsync Method

Definition

Retrieves details about given subscription which is associated with the management group.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup> GetSubscriptionAsync (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations operations, string groupId, string subscriptionId, string cacheControl = "no-cache", System.Threading.CancellationToken cancellationToken = default);
static member GetSubscriptionAsync : Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup>
<Extension()>
Public Function GetSubscriptionAsync (operations As IManagementGroupSubscriptionsOperations, groupId As String, subscriptionId As String, Optional cacheControl As String = "no-cache", Optional cancellationToken As CancellationToken = Nothing) As Task(Of SubscriptionUnderManagementGroup)

Parameters

operations
IManagementGroupSubscriptionsOperations

The operations group for this extension method.

groupId
String

Management Group ID.

subscriptionId
String

Subscription ID.

cacheControl
String

Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to