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

상속: System.Management.Automation.PSCmdlet
파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools 1 사용 예제들

Private Properties

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

보호된 메소드들

메소드 설명
ProcessRecord ( ) : void

Execute the command.

비공개 메소드들

메소드 설명
CreateServerDataServiceContext ( string serverName, Uri managementServiceUri ) : 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.

GetServerDataServiceBySqlAuth ( string serverName, Uri managementServiceUri, Microsoft.WindowsAzure.Management.SqlDatabase.Services.Common.SqlAuthenticationCredentials credentials ) : Microsoft.WindowsAzure.Management.SqlDatabase.Services.Server.ServerDataServiceSqlAuth

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.Management.SqlDatabase.Services.Common.SqlAuthenticationCredentials

Obtain the SqlAuthentication Credentials based on the Cmdlet's parameter set.

메소드 상세

ProcessRecord() 보호된 메소드

Execute the command.
protected ProcessRecord ( ) : void
리턴 void