AzureSqlServerCommunicationLinkCommunicator Class

Definition

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

public class AzureSqlServerCommunicationLinkCommunicator
type AzureSqlServerCommunicationLinkCommunicator = class
Public Class AzureSqlServerCommunicationLinkCommunicator
Inheritance
AzureSqlServerCommunicationLinkCommunicator

Constructors

AzureSqlServerCommunicationLinkCommunicator(IAzureContext)

Creates a communicator for Azure Sql Elastic Pool

Properties

Context

Gets or sets the Azure profile

Methods

CreateOrUpdate(String, String, String, ServerCommunicationLinkCreateOrUpdateParameters)

Creates or updates a server communication link

Get(String, String, String)

Gets a server communication link

List(String, String)

Lists server communication links

Remove(String, String, String)

Deletes a server communication link

Applies to