Uses of Class
com.azure.resourcemanager.containerservice.models.AdvancedNetworking
Packages that use AdvancedNetworking
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of AdvancedNetworking in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return AdvancedNetworkingModifier and TypeMethodDescriptionContainerServiceNetworkProfile.advancedNetworking()Get the advancedNetworking property: Advanced Networking profile for enabling observability and security feature suite on a cluster.static AdvancedNetworkingAdvancedNetworking.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AdvancedNetworking from the JsonReader.AdvancedNetworking.withEnabled(Boolean enabled) Set the enabled property: Indicates the enablement of Advanced Networking functionalities of observability and security on AKS clusters.AdvancedNetworking.withObservability(AdvancedNetworkingObservability observability) Set the observability property: Observability profile to enable advanced network metrics and flow logs with historical contexts.AdvancedNetworking.withSecurity(AdvancedNetworkingSecurity security) Set the security property: Security profile to enable security features on cilium based cluster.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AdvancedNetworkingModifier and TypeMethodDescriptionContainerServiceNetworkProfile.withAdvancedNetworking(AdvancedNetworking advancedNetworking) Set the advancedNetworking property: Advanced Networking profile for enabling observability and security feature suite on a cluster.