Uses of Class
com.azure.resourcemanager.monitor.fluent.models.DiagnosticSettingsResourceCollectionInner
Packages that use DiagnosticSettingsResourceCollectionInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
-
Uses of DiagnosticSettingsResourceCollectionInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return DiagnosticSettingsResourceCollectionInnerModifier and TypeMethodDescriptionGets the active diagnostic settings list for the specified resource.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type DiagnosticSettingsResourceCollectionInnerModifier and TypeMethodDescriptionGets the active diagnostic settings list for the specified resource.com.azure.core.http.rest.Response<DiagnosticSettingsResourceCollectionInner>DiagnosticSettingsClient.listWithResponse(String resourceUri, com.azure.core.util.Context context) Gets the active diagnostic settings list for the specified resource.Mono<com.azure.core.http.rest.Response<DiagnosticSettingsResourceCollectionInner>>DiagnosticSettingsClient.listWithResponseAsync(String resourceUri) Gets the active diagnostic settings list for the specified resource. -
Uses of DiagnosticSettingsResourceCollectionInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return DiagnosticSettingsResourceCollectionInnerModifier and TypeMethodDescriptionDiagnosticSettingsResourceCollectionInner.withValue(List<DiagnosticSettingsResourceInner> value) Set the value property: The collection of diagnostic settings resources;.