AzureSqlInstancePoolAdapter.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.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel UpsertInstancePool (Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel model);
member this.UpsertInstancePool : Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel -> Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel
Public Function UpsertInstancePool (model As AzureSqlInstancePoolModel) As AzureSqlInstancePoolModel
Parameters
The instance pool entity
Returns
The created or updated instance pool entity