ReplicationObject 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
ReplicationObject() |
Initializes a new instance of the ReplicationObject class. |
ReplicationObject(String, String, String, String, RemotePath, String) |
Initializes a new instance of the ReplicationObject class. |
ReplicationObject()
Initializes a new instance of the ReplicationObject class.
public ReplicationObject ();
Public Sub New ()
Applies to
ReplicationObject(String, String, String, String, RemotePath, String)
Initializes a new instance of the ReplicationObject class.
public ReplicationObject (string replicationId = default, string endpointType = default, string replicationSchedule = default, string remoteVolumeResourceId = default, Microsoft.Azure.Management.NetApp.Models.RemotePath remotePath = default, string remoteVolumeRegion = default);
new Microsoft.Azure.Management.NetApp.Models.ReplicationObject : string * string * string * string * Microsoft.Azure.Management.NetApp.Models.RemotePath * string -> Microsoft.Azure.Management.NetApp.Models.ReplicationObject
Public Sub New (Optional replicationId As String = Nothing, Optional endpointType As String = Nothing, Optional replicationSchedule As String = Nothing, Optional remoteVolumeResourceId As String = Nothing, Optional remotePath As RemotePath = Nothing, Optional remoteVolumeRegion As String = Nothing)
Parameters
- replicationId
- String
Id
- 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'
- remoteVolumeResourceId
- String
The resource ID of the remote volume. Required for cross region and cross zone replication
- remotePath
- RemotePath
The full path to a volume that is to be migrated into ANF. Required for Migration volumes
- remoteVolumeRegion
- String
The remote region for the other end of the Volume Replication.