C# Class Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchController

Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
BatchController ( ) : Microsoft.Azure.Commands.Common.Authentication
RunPsTest ( ) : void
RunPsTestWorkflow ( Func scriptBuilder, System.Action initialize, System.Action cleanup, string callingClassType, string mockName ) : void

Private Methods

Method Description
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

Method Details

BatchController() public method

public BatchController ( ) : Microsoft.Azure.Commands.Common.Authentication
return Microsoft.Azure.Commands.Common.Authentication

RunPsTest() public method

public RunPsTest ( ) : void
return void

RunPsTestWorkflow() public method

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
return void