ReplicationLinkInner 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.
Represents a database replication link.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ReplicationLinkInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ReplicationLinkInner = class
inherit ProxyResourceInner
Public Class ReplicationLinkInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
ReplicationLinkInner() |
Initializes a new instance of the ReplicationLinkInner class. |
ReplicationLinkInner(String, String, String, String, Nullable<Boolean>, String, String, String, String, Nullable<ReplicationRole>, Nullable<ReplicationRole>, Nullable<DateTime>, Nullable<Int32>, ReplicationState) |
Initializes a new instance of the ReplicationLinkInner class. |
Properties
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
IsTerminationAllowed |
Gets legacy value indicating whether termination is allowed. Currently always returns true. |
Location |
Gets location of the server that contains this firewall rule. |
Name |
Resource name (Inherited from ProxyResource) |
PartnerDatabase |
Gets the name of the partner database. |
PartnerLocation |
Gets the Azure Region of the partner database. |
PartnerRole |
Gets the role of the partner database in the replication link. Possible values include: 'Primary', 'Secondary', 'NonReadableSecondary', 'Source', 'Copy' |
PartnerServer |
Gets the name of the server hosting the partner database. |
PercentComplete |
Gets the percentage of seeding complete for the replication link. |
ReplicationMode |
Gets replication mode of this replication link. |
ReplicationState |
Gets the replication state for the replication link. Possible values include: 'PENDING', 'SEEDING', 'CATCH_UP', 'SUSPENDED' |
Role |
Gets the role of the database in the replication link. Possible values include: 'Primary', 'Secondary', 'NonReadableSecondary', 'Source', 'Copy' |
StartTime |
Gets the start time for the replication link. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |