C# 클래스 Microsoft.WindowsAzure.Commands.SqlDatabase.SqlDatabaseCmdletBase

The base class for all Microsoft Azure Sql Database Management Cmdlets
상속: Microsoft.WindowsAzure.Commands.Utilities.Common.AzureSMCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
clientRequestId string

공개 메소드들

메소드 설명
GenerateClientTracingId ( ) : string

Generates a client side tracing Id of the format: [Guid]-[Time in UTC]

ValidateSubscription ( AzureSubscription subscription ) : void

Validates that the given subscription is valid.

보호된 메소드들

메소드 설명
GetCurrentSqlClient ( ) : Microsoft.WindowsAzure.Management.Sql.SqlManagementClient

Retrieve the SQL Management client for the currently selected subscription, adding the session and request id tracing headers for the current cmdlet invocation.

WriteErrorDetails ( Exception exception ) : void

비공개 메소드들

메소드 설명
SqlDatabaseCmdletBase ( ) : System

메소드 상세

GenerateClientTracingId() 공개 정적인 메소드

Generates a client side tracing Id of the format: [Guid]-[Time in UTC]
public static GenerateClientTracingId ( ) : string
리턴 string

GetCurrentSqlClient() 보호된 메소드

Retrieve the SQL Management client for the currently selected subscription, adding the session and request id tracing headers for the current cmdlet invocation.
protected GetCurrentSqlClient ( ) : Microsoft.WindowsAzure.Management.Sql.SqlManagementClient
리턴 Microsoft.WindowsAzure.Management.Sql.SqlManagementClient

ValidateSubscription() 공개 정적인 메소드

Validates that the given subscription is valid.
public static ValidateSubscription ( AzureSubscription subscription ) : void
subscription Microsoft.Azure.Commands.Common.Authentication.Models.AzureSubscription The to validate.
리턴 void

WriteErrorDetails() 보호된 메소드

protected WriteErrorDetails ( Exception exception ) : void
exception System.Exception
리턴 void

프로퍼티 상세

clientRequestId 보호되어 있는 프로퍼티

Stores the per request session Id for all request made in this cmdlet call.
protected string clientRequestId
리턴 string