Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DiagnosticSetting |
DiagnosticSettings.get(String resourceId,
String name)
Gets the information about Diagnostic Setting from Azure based on the resource id and setting name.
|
Modifier and Type | Method and 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.
|
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.
|
Copyright © 2019. All rights reserved.