C# Class Microsoft.Azure.Commands.DevTestLabs.Test.ScenarioTests.DevTestLabsController

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

Méthodes publiques

Méthode Description
DevTestLabsController ( ) : Microsoft.Azure.Commands.Common.Authentication
RunPsTest ( ) : void
RunPsTestWorkflow ( Func scriptBuilder, Action initialize, System.Action cleanup, string callingClassType, string mockName ) : void

Méthodes protégées

Méthode Description
GetArmStorageManagementClient ( ) : StorageManagementClient

Private Methods

Méthode Description
GetAuthorizationManagementClient ( ) : Microsoft.Azure.Management.Authorization.AuthorizationManagementClient
GetDevTestLabsManagementClient ( MockContext context ) : DevTestLabsClient
GetGalleryClient ( ) : Microsoft.Azure.Gallery.GalleryClient
GetResourceManagementClient ( ) : Microsoft.Azure.Management.Resources.ResourceManagementClient
GetSubscriptionClient ( ) : Microsoft.Azure.Subscriptions.SubscriptionClient
SetupManagementClients ( MockContext context ) : void

Method Details

DevTestLabsController() public méthode

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

GetArmStorageManagementClient() protected méthode

protected GetArmStorageManagementClient ( ) : StorageManagementClient
Résultat StorageManagementClient

RunPsTest() public méthode

public RunPsTest ( ) : void
Résultat void

RunPsTestWorkflow() public méthode

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