SubscriptionsOperationsExtensions.ListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all subscriptions for a tenant.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.SubscriptionInner>> ListAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.ISubscriptionsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ResourceManager.Fluent.ISubscriptionsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Fluent.Models.SubscriptionInner>>
<Extension()>
Public Function ListAsync (operations As ISubscriptionsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SubscriptionInner))
Parameters
- operations
- ISubscriptionsOperations
The operations group for this extension method.
- cancellationToken
- CancellationToken
The cancellation token.