AdvancedNetworkingPerformance Constructors
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.
Overloads
| Name | Description |
|---|---|
| AdvancedNetworkingPerformance() |
Initializes a new instance of the AdvancedNetworkingPerformance class. |
| AdvancedNetworkingPerformance(String) |
Initializes a new instance of the AdvancedNetworkingPerformance class. |
AdvancedNetworkingPerformance()
Initializes a new instance of the AdvancedNetworkingPerformance class.
public AdvancedNetworkingPerformance();
Public Sub New ()
Applies to
AdvancedNetworkingPerformance(String)
Initializes a new instance of the AdvancedNetworkingPerformance class.
public AdvancedNetworkingPerformance(string accelerationMode = default);
new Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworkingPerformance : string -> Microsoft.Azure.Management.ContainerService.Models.AdvancedNetworkingPerformance
Public Sub New (Optional accelerationMode As String = Nothing)
Parameters
- accelerationMode
- String
Enable advanced network acceleration options. This allows users to configure acceleration using BPF host routing. This can be enabled only with Cilium dataplane. If not specified, the default value is None (no acceleration). The acceleration mode can be changed on a pre-existing cluster. See https://aka.ms/acnsperformance for a detailed explanation Possible values include: 'BpfVeth', 'None'