ArmRecoveryServicesDataReplicationModelFactory.HyperVToAzStackHciNicInput Method

Definition

Initializes a new instance of HyperVToAzStackHciNicInput.

public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciNicInput HyperVToAzStackHciNicInput (string nicId = default, string networkName = default, string targetNetworkId = default, string testNetworkId = default, Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection selectionTypeForFailover = default);
static member HyperVToAzStackHciNicInput : string * string * string * string * Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciNicInput
Public Shared Function HyperVToAzStackHciNicInput (Optional nicId As String = Nothing, Optional networkName As String = Nothing, Optional targetNetworkId As String = Nothing, Optional testNetworkId As String = Nothing, Optional selectionTypeForFailover As VmNicSelection = Nothing) As HyperVToAzStackHciNicInput

Parameters

nicId
String

Gets or sets the NIC Id.

networkName
String

Gets or sets the network name.

targetNetworkId
String

Gets or sets the target network Id within AzStackHCI Cluster.

testNetworkId
String

Gets or sets the target test network Id within AzStackHCI Cluster.

selectionTypeForFailover
VmNicSelection

Gets or sets the selection type of the NIC.

Returns

A new HyperVToAzStackHciNicInput instance for mocking.

Applies to