C# Класс Microsoft.Azure.Commands.Sql.RecommendedElasticPools.Services.AzureSqlElasticPoolRecommendationCommunicator

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

Private Properties

Свойство Тип Описание
GetCurrentSqlClient Microsoft.Azure.Management.Sql.SqlManagementClient

Открытые методы

Метод Описание
AzureSqlElasticPoolRecommendationCommunicator ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication

Creates a communicator for Azure Sql Recommended Elastic Pool

ListExpanded ( string resourceGroupName, string serverName, string expand, string clientRequestId ) : IList

Lists Azure Sql Recommended Elastic Pool with expanded properties

Приватные методы

Метод Описание
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.

Описание методов

AzureSqlElasticPoolRecommendationCommunicator() публичный Метод

Creates a communicator for Azure Sql Recommended Elastic Pool
public AzureSqlElasticPoolRecommendationCommunicator ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
Результат Microsoft.Azure.Commands.Common.Authentication

ListExpanded() публичный Метод

Lists Azure Sql Recommended Elastic Pool with expanded properties
public ListExpanded ( string resourceGroupName, string serverName, string expand, string clientRequestId ) : IList
resourceGroupName string Resource group name
serverName string Server name
expand string Expanded properties
clientRequestId string Request id
Результат IList