AzureSqlInstancePoolCommunicator.UpsertInstancePool 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 or updates an instance pool
public Microsoft.Azure.Management.Sql.Models.InstancePool UpsertInstancePool (string resourceGroupName, string instancePoolName, Microsoft.Azure.Management.Sql.Models.InstancePool parameters);
member this.UpsertInstancePool : string * string * Microsoft.Azure.Management.Sql.Models.InstancePool -> Microsoft.Azure.Management.Sql.Models.InstancePool
Public Function UpsertInstancePool (resourceGroupName As String, instancePoolName As String, parameters As InstancePool) As InstancePool
Parameters
- resourceGroupName
- String
The resource group name
- instancePoolName
- String
The instance pool name
- parameters
- InstancePool
The instance pool parameters
Returns
The created or updated instance pool