AzureSqlElasticPoolCommunicator.CreateOrUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates an Elastic Pool using Patch
public Microsoft.Azure.Management.Sql.Models.ElasticPool CreateOrUpdate (string resourceGroupName, string serverName, string elasticPoolName, Microsoft.Azure.Management.Sql.Models.ElasticPoolUpdate parameters);
member this.CreateOrUpdate : string * string * string * Microsoft.Azure.Management.Sql.Models.ElasticPoolUpdate -> Microsoft.Azure.Management.Sql.Models.ElasticPool
Public Function CreateOrUpdate (resourceGroupName As String, serverName As String, elasticPoolName As String, parameters As ElasticPoolUpdate) As ElasticPool
Parameters
- resourceGroupName
- String
- serverName
- String
- elasticPoolName
- String
- parameters
- ElasticPoolUpdate