ArmRecoveryServicesDataReplicationModelFactory.VMwareToAzStackHciProtectedNicProperties 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 VMwareToAzStackHciProtectedNicProperties.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciProtectedNicProperties VMwareToAzStackHciProtectedNicProperties (string nicId = default, string macAddress = default, string label = default, bool? isPrimaryNic = default, string networkName = default, string targetNetworkId = default, string testNetworkId = default, Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection? selectionTypeForFailover = default);
static member VMwareToAzStackHciProtectedNicProperties : string * string * string * Nullable<bool> * string * string * string * Nullable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection> -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciProtectedNicProperties
Public Shared Function VMwareToAzStackHciProtectedNicProperties (Optional nicId As String = Nothing, Optional macAddress As String = Nothing, Optional label As String = Nothing, Optional isPrimaryNic As Nullable(Of Boolean) = Nothing, Optional networkName As String = Nothing, Optional targetNetworkId As String = Nothing, Optional testNetworkId As String = Nothing, Optional selectionTypeForFailover As Nullable(Of VmNicSelection) = Nothing) As VMwareToAzStackHciProtectedNicProperties
Parameters
- nicId
- String
Gets or sets the NIC Id.
- macAddress
- String
Gets or sets the NIC mac address.
- 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
- Nullable<VmNicSelection>
Gets or sets the selection type of the NIC.
Returns
A new VMwareToAzStackHciProtectedNicProperties instance for mocking.
Applies to
Azure SDK for .NET