C# Класс Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchController

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BatchController ( ) : Microsoft.Azure.Commands.Common.Authentication
RunPsTest ( ) : void
RunPsTestWorkflow ( Func scriptBuilder, System.Action initialize, System.Action cleanup, string callingClassType, string mockName ) : void

Приватные методы

Метод Описание
GetAuthorizationManagementClient ( ) : Microsoft.Azure.Management.Authorization.AuthorizationManagementClient
GetBatchManagementClient ( MockContext context ) : Microsoft.Azure.Management.Batch.BatchManagementClient
GetGalleryClient ( ) : Microsoft.Azure.Gallery.GalleryClient
GetResourceManagementClient ( ) : Microsoft.Azure.Management.Resources.ResourceManagementClient
SetupCSMTestEnvironmentFactory ( ) : CSMTestEnvironmentFactory
SetupManagementClients ( MockContext context ) : void

Описание методов

BatchController() публичный Метод

public BatchController ( ) : Microsoft.Azure.Commands.Common.Authentication
Результат Microsoft.Azure.Commands.Common.Authentication

RunPsTest() публичный Метод

public RunPsTest ( ) : void
Результат void

RunPsTestWorkflow() публичный Метод

public RunPsTestWorkflow ( Func scriptBuilder, System.Action initialize, System.Action cleanup, string callingClassType, string mockName ) : void
scriptBuilder Func
initialize System.Action
cleanup System.Action
callingClassType string
mockName string
Результат void