C# 클래스 Microsoft.Azure.Commands.DevTestLabs.Test.ScenarioTests.DevTestLabsController

파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
DevTestLabsController ( ) : Microsoft.Azure.Commands.Common.Authentication
RunPsTest ( ) : void
RunPsTestWorkflow ( Func scriptBuilder, Action initialize, System.Action cleanup, string callingClassType, string mockName ) : void

보호된 메소드들

메소드 설명
GetArmStorageManagementClient ( ) : StorageManagementClient

비공개 메소드들

메소드 설명
GetAuthorizationManagementClient ( ) : Microsoft.Azure.Management.Authorization.AuthorizationManagementClient
GetDevTestLabsManagementClient ( MockContext context ) : DevTestLabsClient
GetGalleryClient ( ) : Microsoft.Azure.Gallery.GalleryClient
GetResourceManagementClient ( ) : Microsoft.Azure.Management.Resources.ResourceManagementClient
GetSubscriptionClient ( ) : Microsoft.Azure.Subscriptions.SubscriptionClient
SetupManagementClients ( MockContext context ) : void

메소드 상세

DevTestLabsController() 공개 메소드

public DevTestLabsController ( ) : Microsoft.Azure.Commands.Common.Authentication
리턴 Microsoft.Azure.Commands.Common.Authentication

GetArmStorageManagementClient() 보호된 메소드

protected GetArmStorageManagementClient ( ) : StorageManagementClient
리턴 StorageManagementClient

RunPsTest() 공개 메소드

public RunPsTest ( ) : void
리턴 void

RunPsTestWorkflow() 공개 메소드

public RunPsTestWorkflow ( Func scriptBuilder, Action initialize, System.Action cleanup, string callingClassType, string mockName ) : void
scriptBuilder Func
initialize Action
cleanup System.Action
callingClassType string
mockName string
리턴 void