Uses of Class
com.azure.resourcemanager.appnetwork.models.ObservabilityProfile
Packages that use ObservabilityProfile
Package
Description
Package containing the data models for Appnetwork.
-
Uses of ObservabilityProfile in com.azure.resourcemanager.appnetwork.models
Classes in com.azure.resourcemanager.appnetwork.models that implement interfaces with type arguments of type ObservabilityProfileModifier and TypeClassDescriptionfinal classAppLinkMember observability profile.Methods in com.azure.resourcemanager.appnetwork.models that return ObservabilityProfileModifier and TypeMethodDescriptionstatic ObservabilityProfileObservabilityProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ObservabilityProfile from the JsonReader.AppLinkMemberProperties.observabilityProfile()Get the observabilityProfile property: Observability profile.AppLinkMemberUpdateProperties.observabilityProfile()Get the observabilityProfile property: Observability profile.ObservabilityProfile.withMetrics(MetricsProfile metrics) Set the metrics property: Metrics configuration.Methods in com.azure.resourcemanager.appnetwork.models with parameters of type ObservabilityProfileModifier and TypeMethodDescriptionAppLinkMemberProperties.withObservabilityProfile(ObservabilityProfile observabilityProfile) Set the observabilityProfile property: Observability profile.AppLinkMemberUpdateProperties.withObservabilityProfile(ObservabilityProfile observabilityProfile) Set the observabilityProfile property: Observability profile.