Condividi tramite


FailoverReplicationProtectedItemDetails Constructors

Definition

Overloads

FailoverReplicationProtectedItemDetails()

Initializes a new instance of the FailoverReplicationProtectedItemDetails class.

FailoverReplicationProtectedItemDetails(String, String, String, String, String, String, String, String, Nullable<DateTime>)

Initializes a new instance of the FailoverReplicationProtectedItemDetails class.

FailoverReplicationProtectedItemDetails()

Initializes a new instance of the FailoverReplicationProtectedItemDetails class.

public FailoverReplicationProtectedItemDetails ();
Public Sub New ()

Applies to

FailoverReplicationProtectedItemDetails(String, String, String, String, String, String, String, String, Nullable<DateTime>)

Initializes a new instance of the FailoverReplicationProtectedItemDetails class.

public FailoverReplicationProtectedItemDetails (string name = default, string friendlyName = default, string testVMName = default, string testVMFriendlyName = default, string networkConnectionStatus = default, string networkFriendlyName = default, string subnet = default, string recoveryPointId = default, DateTime? recoveryPointTime = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FailoverReplicationProtectedItemDetails : string * string * string * string * string * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FailoverReplicationProtectedItemDetails
Public Sub New (Optional name As String = Nothing, Optional friendlyName As String = Nothing, Optional testVMName As String = Nothing, Optional testVMFriendlyName As String = Nothing, Optional networkConnectionStatus As String = Nothing, Optional networkFriendlyName As String = Nothing, Optional subnet As String = Nothing, Optional recoveryPointId As String = Nothing, Optional recoveryPointTime As Nullable(Of DateTime) = Nothing)

Parameters

name
String

The name.

friendlyName
String

The friendly name.

testVMName
String

The test Vm name.

testVMFriendlyName
String

The test Vm friendly name.

networkConnectionStatus
String

The network connection status.

networkFriendlyName
String

The network friendly name.

subnet
String

The network subnet.

recoveryPointId
String

The recovery point Id.

recoveryPointTime
Nullable<DateTime>

The recovery point time.

Applies to