Replication 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
Replication() |
Initializes a new instance of the Replication class. |
Replication(String, String, String, String, String) |
Initializes a new instance of the Replication class. |
Replication()
Initializes a new instance of the Replication class.
public Replication ();
Public Sub New ()
Applies to
Replication(String, String, String, String, String)
Initializes a new instance of the Replication class.
public Replication (string remoteVolumeResourceId, string replicationId = default, string endpointType = default, string replicationSchedule = default, string remoteVolumeRegion = default);
new Microsoft.Azure.Management.NetApp.Models.Replication : string * string * string * string * string -> Microsoft.Azure.Management.NetApp.Models.Replication
Public Sub New (remoteVolumeResourceId As String, Optional replicationId As String = Nothing, Optional endpointType As String = Nothing, Optional replicationSchedule As String = Nothing, Optional remoteVolumeRegion As String = Nothing)
Parameters
- remoteVolumeResourceId
- String
The resource ID of the remote volume.
- replicationId
- String
UUID v4 used to identify the replication.
- endpointType
- String
Indicates whether the local volume is the source or destination for the Volume Replication Possible values include: 'src', 'dst'
- replicationSchedule
- String
Schedule Possible values include: '_10minutely', 'hourly', 'daily'
- remoteVolumeRegion
- String
The remote region for the other end of the Volume Replication.