Uses of Class
com.azure.resourcemanager.containerservice.models.AdvancedNetworkingSecurity
Packages that use AdvancedNetworkingSecurity
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of AdvancedNetworkingSecurity in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return AdvancedNetworkingSecurityModifier and TypeMethodDescriptionstatic AdvancedNetworkingSecurityAdvancedNetworkingSecurity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AdvancedNetworkingSecurity from the JsonReader.AdvancedNetworking.security()Get the security property: Security profile to enable security features on cilium based cluster.AdvancedNetworkingSecurity.withEnabled(Boolean enabled) Set the enabled property: This feature allows user to configure network policy based on DNS (FQDN) names.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AdvancedNetworkingSecurityModifier and TypeMethodDescriptionAdvancedNetworking.withSecurity(AdvancedNetworkingSecurity security) Set the security property: Security profile to enable security features on cilium based cluster.