Uses of Interface
com.microsoft.azure.management.monitor.DiagnosticSetting
-
-
Uses of DiagnosticSetting in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor 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.microsoft.azure.management.monitor that return types with arguments of type DiagnosticSetting Modifier and Type Method Description rx.Observable<DiagnosticSetting>DiagnosticSettings. getAsync(String resourceId, String name)Gets the information about Diagnostic Setting from Azure based on the resource id and setting name.com.microsoft.azure.PagedList<DiagnosticSetting>DiagnosticSettings. listByResource(String resourceId)Lists all the diagnostic settings in the currently selected subscription for a specific resource.rx.Observable<DiagnosticSetting>DiagnosticSettings. listByResourceAsync(String resourceId)Lists all the diagnostic settings in the currently selected subscription for a specific resource.
-