Uses of Class
com.azure.resourcemanager.appcontainers.models.DiagnosticRendering
Packages that use DiagnosticRendering
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of DiagnosticRendering in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DiagnosticRenderingModifier and TypeMethodDescriptionstatic DiagnosticRendering
DiagnosticRendering.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticRendering from the JsonReader.DiagnosticsDataApiResponse.renderingProperties()
Get the renderingProperties property: Details of the table response.DiagnosticRendering.withDescription
(String description) Set the description property: Description of the table.DiagnosticRendering.withIsVisible
(Boolean isVisible) Set the isVisible property: Flag if the table should be rendered.Set the title property: Title of the table.Set the type property: Rendering type.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type DiagnosticRenderingModifier and TypeMethodDescriptionDiagnosticsDataApiResponse.withRenderingProperties
(DiagnosticRendering renderingProperties) Set the renderingProperties property: Details of the table response.