C# Класс Microsoft.Azure.Commands.ScenarioTest.SqlTests.SqlEvnSetupHelper

Наследование: Microsoft.WindowsAzure.Commands.ScenarioTest.EnvironmentSetupHelper
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SetupEnvironment ( ) : void

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

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

Метод Описание
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

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

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

This overrides the default subscription and default account. This allows the test to get the tenant id in the test.
public SetupEnvironment ( ) : void
Результат void