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

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

공개 메소드들

메소드 설명
CreateTestDatabasesWithCertAuth ( System powershell ) : void

Helper function to create the test databases.

CreateTestDatabasesWithSqlAuth ( ) : void

Helper function to create the test databases.

CreateTestDatabasesWithSqlAuth ( System powershell, string contextVariable ) : void

Create $testdb1 and $testdb2 on the given context.

RemoveTestDatabasesWithCertAuth ( System powershell ) : void

Helper function to remove the test databases.

RemoveTestDatabasesWithSqlAuth ( ) : void

Helper function to remove the test databases.

RemoveTestDatabasesWithSqlAuth ( System powershell, string contextVariable ) : void

Removes $testdb1 and $testdb2 on the given context.

비공개 메소드들

메소드 설명
CleanupTest ( ) : void
NewAzureSqlDatabaseWithSqlAuth ( ) : void
NewAzureSqlDatabaseWithSqlAuthDuplicateName ( ) : void
SetupTest ( ) : void

메소드 상세

CreateTestDatabasesWithCertAuth() 공개 정적인 메소드

Helper function to create the test databases.
public static CreateTestDatabasesWithCertAuth ( System powershell ) : void
powershell System
리턴 void

CreateTestDatabasesWithSqlAuth() 공개 정적인 메소드

Helper function to create the test databases.
public static CreateTestDatabasesWithSqlAuth ( ) : void
리턴 void

CreateTestDatabasesWithSqlAuth() 공개 정적인 메소드

Create $testdb1 and $testdb2 on the given context.
public static CreateTestDatabasesWithSqlAuth ( System powershell, string contextVariable ) : void
powershell System The powershell instance containing the context.
contextVariable string The variable name that holds the server context.
리턴 void

RemoveTestDatabasesWithCertAuth() 공개 정적인 메소드

Helper function to remove the test databases.
public static RemoveTestDatabasesWithCertAuth ( System powershell ) : void
powershell System
리턴 void

RemoveTestDatabasesWithSqlAuth() 공개 정적인 메소드

Helper function to remove the test databases.
public static RemoveTestDatabasesWithSqlAuth ( ) : void
리턴 void

RemoveTestDatabasesWithSqlAuth() 공개 정적인 메소드

Removes $testdb1 and $testdb2 on the given context.
public static RemoveTestDatabasesWithSqlAuth ( System powershell, string contextVariable ) : void
powershell System The powershell instance containing the context.
contextVariable string The variable name that holds the server context.
리턴 void