C# Class Microsoft.Azure.Commands.Sql.RecommendedElasticPools.Services.AzureSqlElasticPoolRecommendationCommunicator

This class is responsible for all the REST communication with the audit REST endpoints
Show file Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description
GetCurrentSqlClient Microsoft.Azure.Management.Sql.SqlManagementClient

Public Methods

Method Description
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

Private Methods

Method Description
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.

Method Details

AzureSqlElasticPoolRecommendationCommunicator() public method

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
return Microsoft.Azure.Commands.Common.Authentication

ListExpanded() public method

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
return IList