AzureSqlServerCommunicationLinkCommunicator 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.
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 |