ArmRecoveryServicesDataReplicationModelFactory.VMwareToAzStackHciNicInput 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 VMwareToAzStackHciNicInput.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciNicInput VMwareToAzStackHciNicInput (string nicId = default, string label = default, string networkName = default, string targetNetworkId = default, string testNetworkId = default, Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection selectionTypeForFailover = default);
static member VMwareToAzStackHciNicInput : string * string * string * string * string * Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciNicInput
Public Shared Function VMwareToAzStackHciNicInput (Optional nicId As String = Nothing, Optional label As String = Nothing, Optional networkName As String = Nothing, Optional targetNetworkId As String = Nothing, Optional testNetworkId As String = Nothing, Optional selectionTypeForFailover As VmNicSelection = Nothing) As VMwareToAzStackHciNicInput
Parameters
- nicId
- String
Gets or sets the NIC Id.
- label
- String
Gets or sets the NIC label.
- 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 VMwareToAzStackHciNicInput instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET