ArmRecoveryServicesDataReplicationModelFactory.FailoverProtectedItemProperties Method
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.
Initializes a new instance of FailoverProtectedItemProperties.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.FailoverProtectedItemProperties FailoverProtectedItemProperties (string protectedItemName = default, string vmName = default, string testVmName = default, string recoveryPointId = default, DateTimeOffset? recoveryPointOn = default, string networkName = default, string subnet = default);
static member FailoverProtectedItemProperties : string * string * string * string * Nullable<DateTimeOffset> * string * string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.FailoverProtectedItemProperties
Public Shared Function FailoverProtectedItemProperties (Optional protectedItemName As String = Nothing, Optional vmName As String = Nothing, Optional testVmName As String = Nothing, Optional recoveryPointId As String = Nothing, Optional recoveryPointOn As Nullable(Of DateTimeOffset) = Nothing, Optional networkName As String = Nothing, Optional subnet As String = Nothing) As FailoverProtectedItemProperties
Parameters
- protectedItemName
- String
Gets or sets the protected item name.
- vmName
- String
Gets or sets the VM name.
- testVmName
- String
Gets or sets the test VM name.
- recoveryPointId
- String
Gets or sets the recovery point Id.
- recoveryPointOn
- Nullable<DateTimeOffset>
Gets or sets the recovery point time.
- networkName
- String
Gets or sets the network name.
- subnet
- String
Gets or sets the network subnet.
Returns
A new FailoverProtectedItemProperties instance for mocking.
Applies to
Azure SDK for .NET