Uses of Class
com.azure.resourcemanager.containerservice.models.AdvancedNetworkingPerformance
Packages that use AdvancedNetworkingPerformance
Package
Description
Package containing the data models for ContainerService.
-
Uses of AdvancedNetworkingPerformance in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type AdvancedNetworkingPerformanceModifier and TypeClassDescriptionfinal classProfile to enable performance-enhancing features on clusters that use Azure CNI powered by Cilium.Methods in com.azure.resourcemanager.containerservice.models that return AdvancedNetworkingPerformanceModifier and TypeMethodDescriptionAdvancedNetworkingPerformance.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AdvancedNetworkingPerformance from the JsonReader.AdvancedNetworking.performance()Get the performance property: Profile to enable performance-enhancing features on clusters that use Azure CNI powered by Cilium.AdvancedNetworkingPerformance.withAccelerationMode(AccelerationMode accelerationMode) Set the accelerationMode property: Enable advanced network acceleration options.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AdvancedNetworkingPerformanceModifier and TypeMethodDescriptionAdvancedNetworking.withPerformance(AdvancedNetworkingPerformance performance) Set the performance property: Profile to enable performance-enhancing features on clusters that use Azure CNI powered by Cilium.