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

Adapter for RecommendedElasticPool operations
Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
CreateRecommendedElasticPoolPropertiesFromResponse Microsoft.Azure.Management.Sql.Models.UpgradeRecommendedElasticPoolProperties
ListRecommendedElasticPoolProperties ICollection

Public Methods

Method Description
AzureSqlElasticPoolRecommendationAdapter ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models

Constructs a recommended elastic pool adapter

Private Methods

Method Description
CreateRecommendedElasticPoolPropertiesFromResponse ( Microsoft.Azure.Management.Sql.Models.RecommendedElasticPool pool ) : Microsoft.Azure.Management.Sql.Models.UpgradeRecommendedElasticPoolProperties

Converts the response from the service to a powershell database object

ListRecommendedElasticPoolProperties ( string resourceGroupName, string serverName ) : ICollection

Gets a list of Azure Sql Recommended Elastic Pool.

Method Details

AzureSqlElasticPoolRecommendationAdapter() public method

Constructs a recommended elastic pool adapter
public AzureSqlElasticPoolRecommendationAdapter ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models
context Microsoft.Azure.Common.Authentication.Models.AzureContext
return Microsoft.Azure.Commands.Common.Authentication.Models