AzureSqlDatabaseReplicationCommunicator 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 audit REST endpoints
public class AzureSqlDatabaseReplicationCommunicator
type AzureSqlDatabaseReplicationCommunicator = class
Public Class AzureSqlDatabaseReplicationCommunicator
- Inheritance
-
AzureSqlDatabaseReplicationCommunicator
Constructors
AzureSqlDatabaseReplicationCommunicator(IAzureContext) |
Creates a communicator for Azure SQL Databases |
Properties
Context |
Gets or sets the Azure profile |
Methods
CreateCopy(String, String, String, Database, String) |
Creates a copy of a Azure SQL Database with new Autorest SDK |
CreateCopy(String, String, String, Database) |
Creates a copy of a Azure SQL Database with new Autorest SDK |
CreateCopy(String, String, String, DatabaseCreateOrUpdateParameters) |
Creates a copy of a Azure SQL Database with Legacy SDK model |
FailoverLink(String, String, String, Guid) |
Fails over a Replication Link without data loss |
FailoverLinkAllowDataLoss(String, String, String, Guid) |
Fails over a Replication Link with data loss |
GetLink(String, String, String, Guid) |
Gets the specified Azure SQL Database replication link with Lagecy sdk |
GetLinkV2(String, String, String, Guid) |
Gets the specified Azure SQL Database replication link with new sdk |
ListLinks(String, String, String) |
Lists Azure SQL Databases replication links with Legacy sdk |
ListLinksV2(String, String, String) |
Lists Azure SQL Databases replication links with new sdk |
RemoveLink(String, String, String, Guid) |
Deletes a Replication Link |
UpdateLinkV2(String, String, String, Guid, ReplicationLinkUpdate) |
Updates the specified Azure SQL Database replication link type with new sdk |