Uses of Class
com.azure.resourcemanager.containerservice.models.AdvancedNetworkingObservability
Packages that use AdvancedNetworkingObservability
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of AdvancedNetworkingObservability in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type AdvancedNetworkingObservabilityModifier and TypeClassDescriptionfinal classObservability profile to enable advanced network metrics and flow logs with historical contexts.Methods in com.azure.resourcemanager.containerservice.models that return AdvancedNetworkingObservabilityModifier and TypeMethodDescriptionAdvancedNetworkingObservability.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AdvancedNetworkingObservability from the JsonReader.AdvancedNetworking.observability()Get the observability property: Observability profile to enable advanced network metrics and flow logs with historical contexts.AdvancedNetworkingObservability.withEnabled(Boolean enabled) Set the enabled property: Indicates the enablement of Advanced Networking observability functionalities on clusters.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AdvancedNetworkingObservabilityModifier and TypeMethodDescriptionAdvancedNetworking.withObservability(AdvancedNetworkingObservability observability) Set the observability property: Observability profile to enable advanced network metrics and flow logs with historical contexts.