| 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.
|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/