AzureSqlInstancePoolAdapter Class
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.
Adapter for instance pool operations
public class AzureSqlInstancePoolAdapter
type AzureSqlInstancePoolAdapter = class
Public Class AzureSqlInstancePoolAdapter
- Inheritance
-
AzureSqlInstancePoolAdapter
Constructors
AzureSqlInstancePoolAdapter(IAzureContext) |
Constructor for the instance pool adapter |
Properties
Context |
Gets or sets the Azure profile |
Methods
CreateInstancePoolModelFromResponse(InstancePool) | |
GetInstancePool(String, String) |
Gets an instance pool |
List() | |
ListInstancePoolsByResourceGroup(String) |
Gets a list of existing instance pools belonging to the provided resource group |
RemoveInstancePool(String, String) |
Removes an existing instance pool |
UpsertInstancePool(AzureSqlInstancePoolModel) |
Creates or updates an instance pool |