Share via


ReestablishReplicationRequest Constructors

Definition

Overloads

ReestablishReplicationRequest()

Initializes a new instance of the ReestablishReplicationRequest class.

ReestablishReplicationRequest(String)

Initializes a new instance of the ReestablishReplicationRequest class.

ReestablishReplicationRequest()

Initializes a new instance of the ReestablishReplicationRequest class.

public ReestablishReplicationRequest ();
Public Sub New ()

Applies to

ReestablishReplicationRequest(String)

Initializes a new instance of the ReestablishReplicationRequest class.

public ReestablishReplicationRequest (string sourceVolumeId = default);
new Microsoft.Azure.Management.NetApp.Models.ReestablishReplicationRequest : string -> Microsoft.Azure.Management.NetApp.Models.ReestablishReplicationRequest
Public Sub New (Optional sourceVolumeId As String = Nothing)

Parameters

sourceVolumeId
String

Resource id of the source volume for the replication

Applies to