C# Class Microsoft.Azure.Internal.Subscriptions.TenantOperationsExtensions

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
List ( this operations ) : TenantListResult

Gets a list of the tenantIds.

ListAsync ( this operations ) : Task

Gets a list of the tenantIds.

Method Details

List() public static method

Gets a list of the tenantIds.
public static List ( this operations ) : TenantListResult
operations this /// Reference to the Microsoft.Azure.Internal.Subscriptions.ITenantOperations. ///
return Microsoft.Azure.Internal.Subscriptions.Models.TenantListResult

ListAsync() public static method

Gets a list of the tenantIds.
public static ListAsync ( this operations ) : Task
operations this /// Reference to the Microsoft.Azure.Internal.Subscriptions.ITenantOperations. ///
return Task