ArmContainerServiceModelFactory.ManagedClusterAdvancedNetworking 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.
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterAdvancedNetworking ManagedClusterAdvancedNetworking(bool? isEnabled = default, bool? isObservabilityEnabled = default, Azure.ResourceManager.ContainerService.Models.ManagedClusterAdvancedNetworkingSecurity security = default, Azure.ResourceManager.ContainerService.Models.ManagedClusterAdvancedNetworkingAccelerationMode? performanceAccelerationMode = default);
static member ManagedClusterAdvancedNetworking : Nullable<bool> * Nullable<bool> * Azure.ResourceManager.ContainerService.Models.ManagedClusterAdvancedNetworkingSecurity * Nullable<Azure.ResourceManager.ContainerService.Models.ManagedClusterAdvancedNetworkingAccelerationMode> -> Azure.ResourceManager.ContainerService.Models.ManagedClusterAdvancedNetworking
Public Shared Function ManagedClusterAdvancedNetworking (Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional isObservabilityEnabled As Nullable(Of Boolean) = Nothing, Optional security As ManagedClusterAdvancedNetworkingSecurity = Nothing, Optional performanceAccelerationMode As Nullable(Of ManagedClusterAdvancedNetworkingAccelerationMode) = Nothing) As ManagedClusterAdvancedNetworking
Parameters
Indicates the enablement of Advanced Networking functionalities of observability and security on AKS clusters. When this is set to true, all observability and security features will be set to enabled unless explicitly disabled. If not specified, the default is false.
Indicates the enablement of Advanced Networking observability functionalities on clusters.
Security profile to enable security features on cilium based cluster.
- performanceAccelerationMode
- Nullable<ManagedClusterAdvancedNetworkingAccelerationMode>
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.
Returns
A new ManagedClusterAdvancedNetworking instance for mocking.