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

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

공개 메소드들

메소드 설명
RemoveTestDatabasesWithSqlAuth ( ) : void

Helper function to remove the test databases.

RemoveTestDatabasesWithSqlAuth ( System powershell, string contextVariable ) : void

Removes all existing db which name starting with PremiumTest on the given context.

비공개 메소드들

메소드 설명
CleanupTest ( ) : void
CreatePremiumDatabasesWithSqlAuth ( ) : void
TestCreatePremiumDatabase ( System powershell, Microsoft.WindowsAzure.Commands.SqlDatabase.Test.UnitTests.MockServer.HttpSession testSession ) : void

Helper function to create premium database in the powershell environment provided.

메소드 상세

RemoveTestDatabasesWithSqlAuth() 공개 정적인 메소드

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

RemoveTestDatabasesWithSqlAuth() 공개 정적인 메소드

Removes all existing db which name starting with PremiumTest 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