Uses of Class
com.azure.resourcemanager.appcontainers.models.DiagnosticsStatus
Packages that use DiagnosticsStatus
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of DiagnosticsStatus in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DiagnosticsStatusModifier and TypeMethodDescriptionstatic DiagnosticsStatus
DiagnosticsStatus.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticsStatus from the JsonReader.DiagnosticsProperties.status()
Get the status property: Status of the diagnostics response.DiagnosticsStatus.withMessage
(String message) Set the message property: Diagnostic message.DiagnosticsStatus.withStatusId
(Integer statusId) Set the statusId property: Status.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type DiagnosticsStatusModifier and TypeMethodDescriptionDiagnosticsProperties.withStatus
(DiagnosticsStatus status) Set the status property: Status of the diagnostics response.