C# Класс Microsoft.Azure.Commands.KeyVault.Test.KeyVaultManagementController

Показать файл Открыть проект

Открытые методы

Метод Описание
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