ArmRecoveryServicesDataReplicationModelFactory.HyperVToAzStackHciNicInput Method

Definition

Overloads

HyperVToAzStackHciNicInput(String, String, String, String, VmNicSelection)

Source:
ArmRecoveryServicesDataReplicationModelFactory.cs

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

HyperVToAzStackHciNicInput(String, String, String, String, VmNicSelection, Nullable<Boolean>, Nullable<Boolean>)

Source:
ArmRecoveryServicesDataReplicationModelFactory.cs

HyperVToAzStackHCI NIC properties.

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, bool? isStaticIPMigrationEnabled = default, bool? isMacMigrationEnabled = default);
static member HyperVToAzStackHciNicInput : string * string * string * string * Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection * Nullable<bool> * Nullable<bool> -> 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, Optional isStaticIPMigrationEnabled As Nullable(Of Boolean) = Nothing, Optional isMacMigrationEnabled As Nullable(Of Boolean) = 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.

isStaticIPMigrationEnabled
Nullable<Boolean>

Gets or sets a value indicating whether static ip migration is enabled.

isMacMigrationEnabled
Nullable<Boolean>

Gets or sets a value indicating whether mac address migration is enabled.

Returns

A new HyperVToAzStackHciNicInput instance for mocking.

Applies to