ISubscriptionClientWrapper.ListAccountTenants 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.
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