Share via


ISubscriptionClientWrapper.ListAllSubscriptionsForTenant Method

Definition

public System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureSubscription> ListAllSubscriptionsForTenant (Microsoft.Azure.Commands.Common.Authentication.IAccessToken accessToken, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount account, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment environment);
abstract member ListAllSubscriptionsForTenant : Microsoft.Azure.Commands.Common.Authentication.IAccessToken * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment -> System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureSubscription>
Public Function ListAllSubscriptionsForTenant (accessToken As IAccessToken, account As IAzureAccount, environment As IAzureEnvironment) As IList(Of AzureSubscription)

Parameters

accessToken
IAccessToken
account
IAzureAccount
environment
IAzureEnvironment

Returns

Applies to