C# Класс Microsoft.Azure.Commands.Sql.ServiceObjective.Services.AzureSqlServerServiceObjectiveCommunicator

This class is responsible for all the REST communication with the audit REST endpoints
Показать файл Открыть проект Примеры использования класса

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