TenantsOperationsExtensions.List(ITenantsOperations) 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 the tenants for your account.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Subscription.Models.TenantIdDescription> List (this Microsoft.Azure.Management.Subscription.ITenantsOperations operations);
static member List : Microsoft.Azure.Management.Subscription.ITenantsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Subscription.Models.TenantIdDescription>
<Extension()>
Public Function List (operations As ITenantsOperations) As IPage(Of TenantIdDescription)
Parameters
- operations
- ITenantsOperations
The operations group for this extension method.