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

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

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

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