Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.DiagnosticsInner
Packages that use DiagnosticsInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of DiagnosticsInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return DiagnosticsInnerModifier and TypeMethodDescriptionContainerAppsDiagnosticsClient.getDetector
(String resourceGroupName, String containerAppName, String detectorName) Get a diagnostics result of a Container App.JobsClient.getDetector
(String resourceGroupName, String jobName, String detectorName) Get the diagnostics data for a given Container App Job.ManagedEnvironmentDiagnosticsClient.getDetector
(String resourceGroupName, String environmentName, String detectorName) Get the diagnostics data for a given Managed Environment.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type DiagnosticsInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<DiagnosticsInner> ContainerAppsDiagnosticsClient.getDetectorWithResponse
(String resourceGroupName, String containerAppName, String detectorName, com.azure.core.util.Context context) Get a diagnostics result of a Container App.com.azure.core.http.rest.Response
<DiagnosticsInner> JobsClient.getDetectorWithResponse
(String resourceGroupName, String jobName, String detectorName, com.azure.core.util.Context context) Get the diagnostics data for a given Container App Job.com.azure.core.http.rest.Response
<DiagnosticsInner> ManagedEnvironmentDiagnosticsClient.getDetectorWithResponse
(String resourceGroupName, String environmentName, String detectorName, com.azure.core.util.Context context) Get the diagnostics data for a given Managed Environment.com.azure.core.http.rest.PagedIterable
<DiagnosticsInner> ContainerAppsDiagnosticsClient.listDetectors
(String resourceGroupName, String containerAppName) Get the list of diagnostics for a given Container App.com.azure.core.http.rest.PagedIterable
<DiagnosticsInner> ContainerAppsDiagnosticsClient.listDetectors
(String resourceGroupName, String containerAppName, com.azure.core.util.Context context) Get the list of diagnostics for a given Container App.com.azure.core.http.rest.PagedIterable
<DiagnosticsInner> JobsClient.listDetectors
(String resourceGroupName, String jobName) Get the list of diagnostics for a given Container App Job.com.azure.core.http.rest.PagedIterable
<DiagnosticsInner> JobsClient.listDetectors
(String resourceGroupName, String jobName, com.azure.core.util.Context context) Get the list of diagnostics for a given Container App Job. -
Uses of DiagnosticsInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return DiagnosticsInnerModifier and TypeMethodDescriptionstatic DiagnosticsInner
DiagnosticsInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticsInner from the JsonReader.DiagnosticsInner.withProperties
(DiagnosticsProperties properties) Set the properties property: Diagnostics resource specific properties.Methods in com.azure.resourcemanager.appcontainers.fluent.models that return types with arguments of type DiagnosticsInnerModifier and TypeMethodDescriptionDiagnosticsCollectionInner.value()
Get the value property: Collection of diagnostic data.Method parameters in com.azure.resourcemanager.appcontainers.fluent.models with type arguments of type DiagnosticsInnerModifier and TypeMethodDescriptionDiagnosticsCollectionInner.withValue
(List<DiagnosticsInner> value) Set the value property: Collection of diagnostic data. -
Uses of DiagnosticsInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DiagnosticsInnerModifier and TypeMethodDescriptionDiagnostics.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DiagnosticsInner object.