Aracılığıyla paylaş


ReplicationObject Constructors

Definition

Overloads

ReplicationObject()

Initializes a new instance of the ReplicationObject class.

ReplicationObject(String, String, String, String, 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, String)

Initializes a new instance of the ReplicationObject class.

public ReplicationObject (string remoteVolumeResourceId, string replicationId = default, string endpointType = default, string replicationSchedule = default, string remoteVolumeRegion = default);
new Microsoft.Azure.Management.NetApp.Models.ReplicationObject : string * string * string * string * string -> Microsoft.Azure.Management.NetApp.Models.ReplicationObject
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

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'

remoteVolumeRegion
String

The remote region for the other end of the Volume Replication.

Applies to