Compartir a través de


ElasticPoolsOperationsExtensions.Get Método

Definición

Obtiene un grupo elástico.

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

Parámetros

operations
IElasticPoolsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName
String

El nombre del servidor.

elasticPoolName
String

Nombre del grupo elástico.

Devoluciones

Se aplica a