public interface MetricDefinitions
extends com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.monitor.implementation.MetricDefinitionsInner>
| Modifier and Type | Method and Description |
|---|---|
List<MetricDefinition> |
listByResource(String resourceId)
Lists Metric Definitions for a given resource.
|
rx.Observable<MetricDefinition> |
listByResourceAsync(String resourceId)
Lists Metric Definitions for a given resource.
|
List<MetricDefinition> listByResource(String resourceId)
resourceId - The resource Id.rx.Observable<MetricDefinition> listByResourceAsync(String resourceId)
resourceId - The resource Id./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/