Share via


SubscriptionCollection.GetAsync(String, CancellationToken) Method

Definition

Gets details about a specified subscription.

  • Request Path: /subscriptions/{subscriptionId}
  • Operation Id: Subscriptions_Get
  • Default Api Version: 2022-12-01
  • Resource: SubscriptionResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.SubscriptionResource>> GetAsync (string subscriptionId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.SubscriptionResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.SubscriptionResource>>
Public Overridable Function GetAsync (subscriptionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SubscriptionResource))

Parameters

subscriptionId
String

The ID of the target subscription.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A Task that on completion returns a response with the Response<T> operation for this subscription.

Exceptions

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

subscriptionId is null.

Applies to