Uses of Interface
com.azure.resourcemanager.appcontainers.models.Diagnostics
Packages that use Diagnostics
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of Diagnostics in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DiagnosticsModifier and TypeMethodDescriptionContainerAppsDiagnostics.getDetector
(String resourceGroupName, String containerAppName, String detectorName) Get a diagnostics result of a Container App.Jobs.getDetector
(String resourceGroupName, String jobName, String detectorName) Get the diagnostics data for a given Container App Job.ManagedEnvironmentDiagnostics.getDetector
(String resourceGroupName, String environmentName, String detectorName) Get the diagnostics data for a given Managed Environment.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type DiagnosticsModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<Diagnostics> ContainerAppsDiagnostics.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
<Diagnostics> Jobs.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
<Diagnostics> ManagedEnvironmentDiagnostics.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
<Diagnostics> ContainerAppsDiagnostics.listDetectors
(String resourceGroupName, String containerAppName) Get the list of diagnostics for a given Container App.com.azure.core.http.rest.PagedIterable
<Diagnostics> ContainerAppsDiagnostics.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
<Diagnostics> Jobs.listDetectors
(String resourceGroupName, String jobName) Get the list of diagnostics for a given Container App Job.com.azure.core.http.rest.PagedIterable
<Diagnostics> Jobs.listDetectors
(String resourceGroupName, String jobName, com.azure.core.util.Context context) Get the list of diagnostics for a given Container App Job.DiagnosticsCollection.value()
Gets the value property: Collection of diagnostic data.