RecommendedElasticPoolOperationsExtensions.Get Method

Definition

Returns information about an Azure SQL Recommended Elastic Pool.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedElasticPoolGetResponse Get (this Microsoft.Azure.Management.Sql.LegacySdk.IRecommendedElasticPoolOperations operations, string resourceGroupName, string serverName, string recommendedElasticPoolName);
static member Get : Microsoft.Azure.Management.Sql.LegacySdk.IRecommendedElasticPoolOperations * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedElasticPoolGetResponse
<Extension()>
Public Function Get (operations As IRecommendedElasticPoolOperations, resourceGroupName As String, serverName As String, recommendedElasticPoolName As String) As RecommendedElasticPoolGetResponse

Parameters

operations
IRecommendedElasticPoolOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IRecommendedElasticPoolOperations.

resourceGroupName
String

Required. The name of the Resource Group to which the Azure SQL Recommended Server belongs.

serverName
String

Required. The name of the Azure SQL Database Server for which the Azure SQL Recommended Elastic Pool is.

recommendedElasticPoolName
String

Required. The name of the Azure SQL Recommended Elastic Pool to be retrieved.

Returns

Represents the response to a Get Azure Sql Recommended Resource pool request.

Applies to