C# 클래스 Microsoft.Azure.Commands.Sql.ServiceObjective.Services.AzureSqlServerServiceObjectiveCommunicator

This class is responsible for all the REST communication with the audit REST endpoints
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetCurrentSqlClient Microsoft.Azure.Management.Sql.SqlManagementClient

공개 메소드들

메소드 설명
AzureSqlServerServiceObjectiveCommunicator ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication

Creates a communicator for Azure Sql Databases ServiceObjective

Get ( string resourceGroupName, string serverName, string serviceObjectiveName, string clientRequestId ) : Management.Sql.Models.ServiceObjective

Gets the Azure Sql Database Server ServiceObjective

List ( string resourceGroupName, string serverName, string clientRequestId ) : IList

Lists Azure Sql Databases Server ServiceObjective

비공개 메소드들

메소드 설명
GetCurrentSqlClient ( String clientRequestId ) : Microsoft.Azure.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.

메소드 상세

AzureSqlServerServiceObjectiveCommunicator() 공개 메소드

Creates a communicator for Azure Sql Databases ServiceObjective
public AzureSqlServerServiceObjectiveCommunicator ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
리턴 Microsoft.Azure.Commands.Common.Authentication

Get() 공개 메소드

Gets the Azure Sql Database Server ServiceObjective
public Get ( string resourceGroupName, string serverName, string serviceObjectiveName, string clientRequestId ) : Management.Sql.Models.ServiceObjective
resourceGroupName string
serverName string
serviceObjectiveName string
clientRequestId string
리턴 Management.Sql.Models.ServiceObjective

List() 공개 메소드

Lists Azure Sql Databases Server ServiceObjective
public List ( string resourceGroupName, string serverName, string clientRequestId ) : IList
resourceGroupName string
serverName string
clientRequestId string
리턴 IList