Uses of Interface
com.azure.resourcemanager.monitor.models.DiagnosticSetting
-
Packages that use DiagnosticSetting Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of DiagnosticSetting in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return DiagnosticSetting Modifier and Type Method Description DiagnosticSettingDiagnosticSettings. get(String resourceId, String name)Gets the information about Diagnostic Setting from Azure based on the resource id and setting name.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type DiagnosticSetting Modifier and Type Method Description Mono<DiagnosticSetting>DiagnosticSettings. getAsync(String resourceId, String name)Gets the information about Diagnostic Setting from Azure based on the resource id and setting name.com.azure.core.http.rest.PagedIterable<DiagnosticSetting>DiagnosticSettings. listByResource(String resourceId)Lists all the diagnostic settings in the currently selected subscription for a specific resource.com.azure.core.http.rest.PagedFlux<DiagnosticSetting>DiagnosticSettings. listByResourceAsync(String resourceId)Lists all the diagnostic settings in the currently selected subscription for a specific resource.
-