C# 클래스 Microsoft.WindowsAzure.Commands.SqlDatabase.Database.Cmdlet.NewAzureSqlDatabaseServerContext

상속: Microsoft.WindowsAzure.Commands.Utilities.Common.AzureSMCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateServerDataServiceContext IServerDataServiceContext
GetManageUrl System.Uri
GetServerDataServiceByCertAuth Microsoft.WindowsAzure.Commands.SqlDatabase.Services.Server.ServerDataServiceCertAuth
GetServerDataServiceBySqlAuth IServerDataServiceContext
GetServerName string
GetSqlAuthCredentials Microsoft.WindowsAzure.Commands.SqlDatabase.Services.Common.SqlAuthenticationCredentials

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

Process the command.

비공개 메소드들

메소드 설명
CreateServerDataServiceContext ( string serverName, Uri managementServiceUri, Uri manageUrl ) : IServerDataServiceContext

Creates a new operation context based on the Cmdlet's parameter set and the manageUrl.

GetManageUrl ( string parameterSetName ) : Uri

Obtain the ManageUrl based on the Cmdlet's parameter set.

GetServerDataServiceByCertAuth ( string serverName, AzureSubscription subscription ) : ServerDataServiceCertAuth

Connect to Azure SQL Server using certificate authentication.

GetServerDataServiceBySqlAuth ( string serverName, Uri managementServiceUri, Microsoft.WindowsAzure.Commands.SqlDatabase.Services.Common.SqlAuthenticationCredentials credentials, Uri manageUrl ) : IServerDataServiceContext

Connect to a Azure SQL Server with the given ManagementService Uri using SQL authentication credentials.

GetServerName ( Uri manageUrl ) : string

Obtain the ServerName based on the Cmdlet's parameter set.

GetSqlAuthCredentials ( ) : Microsoft.WindowsAzure.Commands.SqlDatabase.Services.Common.SqlAuthenticationCredentials

Obtain the SQL Authentication Credentials based on the Cmdlet's parameter set.

메소드 상세

ExecuteCmdlet() 공개 메소드

Process the command.
public ExecuteCmdlet ( ) : void
리턴 void