AzureSqlElasticPoolCommunicator.Create 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.
Creates an Elastic Pool
public Microsoft.Azure.Management.Sql.Models.ElasticPool Create (string resourceGroupName, string serverName, string elasticPoolName, Microsoft.Azure.Management.Sql.Models.ElasticPool parameters);
member this.Create : string * string * string * Microsoft.Azure.Management.Sql.Models.ElasticPool -> Microsoft.Azure.Management.Sql.Models.ElasticPool
Public Function Create (resourceGroupName As String, serverName As String, elasticPoolName As String, parameters As ElasticPool) As ElasticPool
Parameters
- resourceGroupName
- String
- serverName
- String
- elasticPoolName
- String
- parameters
- ElasticPool