Uses of Class
com.azure.resourcemanager.appcontainers.models.DiagnosticsProperties
Packages that use DiagnosticsProperties
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of DiagnosticsProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return DiagnosticsPropertiesModifier and TypeMethodDescriptionDiagnosticsInner.properties()
Get the properties property: Diagnostics resource specific properties.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type DiagnosticsPropertiesModifier and TypeMethodDescriptionDiagnosticsInner.withProperties
(DiagnosticsProperties properties) Set the properties property: Diagnostics resource specific properties. -
Uses of DiagnosticsProperties in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DiagnosticsPropertiesModifier and TypeMethodDescriptionstatic DiagnosticsProperties
DiagnosticsProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticsProperties from the JsonReader.Diagnostics.properties()
Gets the properties property: Diagnostics resource specific properties.DiagnosticsProperties.withDataProviderMetadata
(DiagnosticDataProviderMetadata dataProviderMetadata) Set the dataProviderMetadata property: List of data providers' metadata.DiagnosticsProperties.withDataset
(List<DiagnosticsDataApiResponse> dataset) Set the dataset property: Set of data collections associated with the response.DiagnosticsProperties.withMetadata
(DiagnosticsDefinition metadata) Set the metadata property: Metadata of the diagnostics response.DiagnosticsProperties.withStatus
(DiagnosticsStatus status) Set the status property: Status of the diagnostics response.