Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.DiagnosticsCollectionInner
Packages that use DiagnosticsCollectionInner
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 DiagnosticsCollectionInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return DiagnosticsCollectionInnerModifier and TypeMethodDescriptionManagedEnvironmentDiagnosticsClient.listDetectors
(String resourceGroupName, String environmentName) Get the list of diagnostics for a given Managed Environment.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type DiagnosticsCollectionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<DiagnosticsCollectionInner> ManagedEnvironmentDiagnosticsClient.listDetectorsWithResponse
(String resourceGroupName, String environmentName, com.azure.core.util.Context context) Get the list of diagnostics for a given Managed Environment. -
Uses of DiagnosticsCollectionInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return DiagnosticsCollectionInnerModifier and TypeMethodDescriptionstatic DiagnosticsCollectionInner
DiagnosticsCollectionInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticsCollectionInner from the JsonReader.DiagnosticsCollectionInner.withValue
(List<DiagnosticsInner> value) Set the value property: Collection of diagnostic data. -
Uses of DiagnosticsCollectionInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DiagnosticsCollectionInnerModifier and TypeMethodDescriptionDiagnosticsCollection.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DiagnosticsCollectionInner object.