HyperVToAzStackHciNicInput(String, String, String, VmNicSelection) Constructor
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 HyperVToAzStackHciNicInput.
public HyperVToAzStackHciNicInput (string nicId, string targetNetworkId, string testNetworkId, Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection selectionTypeForFailover);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciNicInput : string * string * string * Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciNicInput
Public Sub New (nicId As String, targetNetworkId As String, testNetworkId As String, selectionTypeForFailover As VmNicSelection)
Parameters
- nicId
- String
Gets or sets the NIC Id.
- 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.
Exceptions
nicId
, targetNetworkId
or testNetworkId
is null.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET