C# Класс Microsoft.WindowsAzure.Commands.SqlDatabase.Test.UnitTests.Database.Cmdlet.NewAzureSqlPremiumDatabaseTests

Показать файл Открыть проект Примеры использования класса

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

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