ArmHciModelFactory.HciEdgeDeviceAdapterPropertyOverrides 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 HciEdgeDeviceAdapterPropertyOverrides.
public static Azure.ResourceManager.Hci.Models.HciEdgeDeviceAdapterPropertyOverrides HciEdgeDeviceAdapterPropertyOverrides (string jumboPacket = default, string networkDirect = default, string networkDirectTechnology = default);
static member HciEdgeDeviceAdapterPropertyOverrides : string * string * string -> Azure.ResourceManager.Hci.Models.HciEdgeDeviceAdapterPropertyOverrides
Public Shared Function HciEdgeDeviceAdapterPropertyOverrides (Optional jumboPacket As String = Nothing, Optional networkDirect As String = Nothing, Optional networkDirectTechnology As String = Nothing) As HciEdgeDeviceAdapterPropertyOverrides
Parameters
- jumboPacket
- String
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- networkDirect
- String
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- networkDirectTechnology
- String
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'.
Returns
A new HciEdgeDeviceAdapterPropertyOverrides instance for mocking.
Applies to
Azure SDK for .NET