Megosztás a következőn keresztül:


AzureSqlInstancePoolAdapter Class

Definition

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

Applies to