ReplicationLink 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.
A replication link.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ReplicationLink : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ReplicationLink = class
inherit ProxyResource
Public Class ReplicationLink
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ReplicationLink() |
Initializes a new instance of the ReplicationLink class. |
ReplicationLink(String, String, String, String, String, String, Nullable<ReplicationRole>, Nullable<ReplicationRole>, String, Nullable<DateTime>, Nullable<Int32>, String, Nullable<Boolean>, String) |
Initializes a new instance of the ReplicationLink class. |
Properties
Id |
Gets resource ID. (Inherited from Resource) |
IsTerminationAllowed |
Gets whether the user is currently allowed to terminate the link. |
LinkType |
Gets link type (GEO, NAMED). Possible values include: 'GEO', 'NAMED' |
Name |
Gets resource name. (Inherited from Resource) |
PartnerDatabase |
Gets resource partner database. |
PartnerLocation |
Gets resource partner location. |
PartnerRole |
Gets partner replication role. Possible values include: 'Primary', 'Secondary', 'NonReadableSecondary', 'Source', 'Copy' |
PartnerServer |
Gets resource partner server. |
PercentComplete |
Gets seeding completion percentage for the link. |
ReplicationMode |
Gets replication mode. |
ReplicationState |
Gets replication state (PENDING, SEEDING, CATCHUP, SUSPENDED). Possible values include: 'PENDING', 'SEEDING', 'CATCH_UP', 'SUSPENDED' |
Role |
Gets local replication role. Possible values include: 'Primary', 'Secondary', 'NonReadableSecondary', 'Source', 'Copy' |
StartTime |
Gets time at which the link was created. |
Type |
Gets resource type. (Inherited from Resource) |