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

Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public BatchController ( ) : Microsoft.Azure.Commands.Common.Authentication
Résultat Microsoft.Azure.Commands.Common.Authentication

RunPsTest() public méthode

public RunPsTest ( ) : void
Résultat void

RunPsTestWorkflow() public méthode

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
Résultat void