Compartilhar via


AzureSqlInstancePoolCommunicator Class

Definition

This class is responsible for all the REST communication with the audit REST endpoints

public class AzureSqlInstancePoolCommunicator
type AzureSqlInstancePoolCommunicator = class
Public Class AzureSqlInstancePoolCommunicator
Inheritance
AzureSqlInstancePoolCommunicator

Constructors

AzureSqlInstancePoolCommunicator(IAzureContext)

Creates an Azure SQL Instance Pool Communicator

Properties

Context

Gets or sets the Azure profile

Methods

GetCurrentSqlClient()

Retrieve the SQL Management client for the currently selected subscription, adding the session and request id tracing headers for the current cmdlet invocation.

GetInstancePool(String, String)

Returns the fetched instance pool

List()

Returns a list of instance pools by subscription

ListByResourceGroup(String)

Returns a list of instance pools by resource group

RemoveInstancePool(String, String)

Deletes the instance pool

UpsertInstancePool(String, String, InstancePool)

Creates or updates an instance pool

Applies to