ReplicationLinkInner Constructors
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.
Overloads
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. |
ReplicationLinkInner()
Initializes a new instance of the ReplicationLinkInner class.
public ReplicationLinkInner ();
Public Sub New ()
Applies to
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.
public ReplicationLinkInner (string id = default, string name = default, string type = default, string location = default, bool? isTerminationAllowed = default, string replicationMode = default, string partnerServer = default, string partnerDatabase = default, string partnerLocation = default, Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationRole? role = default, Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationRole? partnerRole = default, DateTime? startTime = default, int? percentComplete = default, Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState replicationState = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationLinkInner : string * string * string * string * Nullable<bool> * string * string * string * string * Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationRole> * Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationRole> * Nullable<DateTime> * Nullable<int> * Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState -> Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationLinkInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional isTerminationAllowed As Nullable(Of Boolean) = Nothing, Optional replicationMode As String = Nothing, Optional partnerServer As String = Nothing, Optional partnerDatabase As String = Nothing, Optional partnerLocation As String = Nothing, Optional role As Nullable(Of ReplicationRole) = Nothing, Optional partnerRole As Nullable(Of ReplicationRole) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing, Optional replicationState As ReplicationState = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- location
- String
Location of the server that contains this firewall rule.
Legacy value indicating whether termination is allowed. Currently always returns true.
- replicationMode
- String
Replication mode of this replication link.
- partnerServer
- String
The name of the server hosting the partner database.
- partnerDatabase
- String
The name of the partner database.
- partnerLocation
- String
The Azure Region of the partner database.
- role
- Nullable<ReplicationRole>
The role of the database in the replication link. Possible values include: 'Primary', 'Secondary', 'NonReadableSecondary', 'Source', 'Copy'
- partnerRole
- Nullable<ReplicationRole>
The role of the partner database in the replication link. Possible values include: 'Primary', 'Secondary', 'NonReadableSecondary', 'Source', 'Copy'
- replicationState
- ReplicationState
The replication state for the replication link. Possible values include: 'PENDING', 'SEEDING', 'CATCH_UP', 'SUSPENDED'
Applies to
Azure SDK for .NET