C# 클래스 Microsoft.Azure.Commands.ScenarioTest.SqlTests.SqlEvnSetupHelper

상속: Microsoft.WindowsAzure.Commands.ScenarioTest.EnvironmentSetupHelper
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
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