C# 클래스 Microsoft.Azure.Internal.Subscriptions.TenantOperationsExtensions

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
List ( this operations ) : TenantListResult

Gets a list of the tenantIds.

ListAsync ( this operations ) : Task

Gets a list of the tenantIds.

메소드 상세

List() 공개 정적인 메소드

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

ListAsync() 공개 정적인 메소드

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