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

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

공개 메소드들

메소드 설명
Create ( IList knownSubscriptions, string tenant ) : MockRdfeSubscriptionOperations

Create a subscription mock using the given set of subscriptions

ListAsync ( System cancellationToken ) : Task

비공개 메소드들

메소드 설명
CreateSubscription ( string subscriptionId ) : WindowsAzure.Subscriptions.Models.SubscriptionListOperationResponse.Subscription
CreateSubscriptionList ( ) : IList
MockRdfeSubscriptionOperations ( ) : System

메소드 상세

Create() 공개 정적인 메소드

Create a subscription mock using the given set of subscriptions
public static Create ( IList knownSubscriptions, string tenant ) : MockRdfeSubscriptionOperations
knownSubscriptions IList The list of existing subscriptions.
tenant string
리턴 MockRdfeSubscriptionOperations

ListAsync() 공개 메소드

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