Uses of Class
com.azure.resourcemanager.appcontainers.models.DiagnosticsDefinition
Packages that use DiagnosticsDefinition
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of DiagnosticsDefinition in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DiagnosticsDefinitionModifier and TypeMethodDescriptionstatic DiagnosticsDefinitionDiagnosticsDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticsDefinition from the JsonReader.DiagnosticsProperties.metadata()Get the metadata property: Metadata of the diagnostics response.DiagnosticsDefinition.withAnalysisTypes(List<String> analysisTypes) Set the analysisTypes property: List of analysis types.DiagnosticsDefinition.withSupportTopicList(List<DiagnosticSupportTopic> supportTopicList) Set the supportTopicList property: List of support topics.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type DiagnosticsDefinitionModifier and TypeMethodDescriptionDiagnosticsProperties.withMetadata(DiagnosticsDefinition metadata) Set the metadata property: Metadata of the diagnostics response.