Share via


ISubscriptionClientWrapper.ListAccountTenants Method

Definition

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

Parameters

accessToken
IAccessToken
environment
IAzureEnvironment

Returns

Applies to