C# 클래스 Microsoft.Azure.Commands.KeyVault.Test.KeyVaultManagementController

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

KeyVaultManagementController() 공개 메소드

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

RunPsTest() 공개 메소드

public RunPsTest ( XunitTracingInterceptor logger ) : void
logger XunitTracingInterceptor
리턴 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