AdvancedNetworking Class

Definition

Advanced Networking profile for enabling observability and security feature suite on a cluster. For more information see aka.ms/aksadvancednetworking.

public class AdvancedNetworking
type AdvancedNetworking = class
Public Class AdvancedNetworking
Inheritance
AdvancedNetworking

Constructors

Name Description
AdvancedNetworking()

Initializes a new instance of the AdvancedNetworking class.

AdvancedNetworking(Nullable<Boolean>, AdvancedNetworkingObservability, AdvancedNetworkingSecurity)

Initializes a new instance of the AdvancedNetworking class.

Properties

Name Description
Enabled

Gets or sets 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.

Observability

Gets or sets observability profile to enable advanced network metrics and flow logs with historical contexts.

Security

Gets or sets security profile to enable security features on cilium based cluster.

Applies to