AzureSqlDatabaseReplicationCommunicator.UpdateLinkV2 Method
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.
Updates the specified Azure SQL Database replication link type with new sdk
public Microsoft.Azure.Management.Sql.Models.ReplicationLink UpdateLinkV2 (string resourceGroupName, string serverName, string databaseName, Guid linkId, Microsoft.Azure.Management.Sql.Models.ReplicationLinkUpdate parameters);
member this.UpdateLinkV2 : string * string * string * Guid * Microsoft.Azure.Management.Sql.Models.ReplicationLinkUpdate -> Microsoft.Azure.Management.Sql.Models.ReplicationLink
Public Function UpdateLinkV2 (resourceGroupName As String, serverName As String, databaseName As String, linkId As Guid, parameters As ReplicationLinkUpdate) As ReplicationLink
Parameters
- resourceGroupName
- String
- serverName
- String
- databaseName
- String
- linkId
- Guid
- parameters
- ReplicationLinkUpdate