C# 클래스 Microsoft.WindowsAzure.Commands.SqlDatabase.Test.UnitTests.Database.Cmdlet.NewAzureSqlDatabaseServerContextTests

파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
CreateServerContextSqlAuth ( System powershell, string contextVariable ) : void

Common helper method for other tests to create a context.

CreateServerContextSqlAuthV12 ( System powershell, string manageUrl, string username, string password, string contextVariable ) : void

Common helper method for other tests to create a context for ESA server.

비공개 메소드들

메소드 설명
CleanupTest ( ) : void
NewAzureSqlDatabaseServerContextWithCertAuth ( ) : void
NewAzureSqlDatabaseServerContextWithSqlAuth ( ) : void
NewAzureSqlDatabaseServerContextWithSqlAuthNegativeCases ( ) : void
TestGetManageUrl ( ) : void

메소드 상세

CreateServerContextSqlAuth() 공개 정적인 메소드

Common helper method for other tests to create a context.
public static CreateServerContextSqlAuth ( System powershell, string contextVariable ) : void
powershell System
contextVariable string The variable name that will hold the new context.
리턴 void

CreateServerContextSqlAuthV12() 공개 정적인 메소드

Common helper method for other tests to create a context for ESA server.
public static CreateServerContextSqlAuthV12 ( System powershell, string manageUrl, string username, string password, string contextVariable ) : void
powershell System
manageUrl string
username string
password string
contextVariable string The variable name that will hold the new context.
리턴 void