C# Class Microsoft.Azure.Commands.ScenarioTest.SqlTests.SqlEvnSetupHelper

Inheritance: Microsoft.WindowsAzure.Commands.ScenarioTest.EnvironmentSetupHelper
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode Description
SetupEnvironment ( ) : void

This overrides the default subscription and default account. This allows the test to get the tenant id in the test.

Private Methods

Méthode Description
GetTenantId ( TestEnvironment environment ) : string

Helper function to get the tenant id if it was set in the test

GetUser ( TestEnvironment environment ) : string

Helper function to get the user id if it was set in the test

Method Details

SetupEnvironment() public méthode

This overrides the default subscription and default account. This allows the test to get the tenant id in the test.
public SetupEnvironment ( ) : void
Résultat void