C# 클래스 Microsoft.WindowsAzure.Commands.Test.Profile.MockCsmTenantOperations

상속: Microsoft.Azure.Subscriptions.ITenantOperations
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
Create ( IList knownTenants ) : MockCsmTenantOperations

Create a tenant mock using the given set of tenants

ListAsync ( System cancellationToken ) : Task

비공개 메소드들

메소드 설명
CreateTenant ( string tenantId ) : Azure.Subscriptions.Models.TenantIdDescription
CreateTenantList ( ) : IList

메소드 상세

Create() 공개 정적인 메소드

Create a tenant mock using the given set of tenants
public static Create ( IList knownTenants ) : MockCsmTenantOperations
knownTenants IList The list of existing tenants.
리턴 MockCsmTenantOperations

ListAsync() 공개 메소드

public ListAsync ( System cancellationToken ) : Task
cancellationToken System
리턴 Task