Sdílet prostřednictvím


AzureSqlInstancePoolAdapter.UpsertInstancePool Method

Definition

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

model
AzureSqlInstancePoolModel

The instance pool entity

Returns

The created or updated instance pool entity

Applies to