Compartir a través de


ElasticPoolsOperationsExtensions.BeginCreateOrUpdate Método

Definición

Crea o actualiza un grupo elástico.

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

Parámetros

operations
IElasticPoolsOperations

El grupo de operaciones de 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.

parameters
ElasticPool

Parámetros del grupo elástico.

Devoluciones

Se aplica a