49 строки
4.6 KiB
YAML
49 строки
4.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.monitor.MetricDefinitions"
|
|
fullName: "com.microsoft.azure.management.monitor.MetricDefinitions"
|
|
name: "MetricDefinitions"
|
|
nameWithType: "MetricDefinitions"
|
|
summary: "Entry point for Monitor Metric Definitions API."
|
|
syntax: "public interface **MetricDefinitions**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.implementation.MonitorManager?alt=com.microsoft.azure.management.monitor.implementation.MonitorManager&text=MonitorManager\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.implementation.MetricDefinitionsInner?alt=com.microsoft.azure.management.monitor.implementation.MetricDefinitionsInner&text=MetricDefinitionsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.monitor.MetricDefinitions.listByResource(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.MetricDefinitions.listByResource(String resourceId)"
|
|
name: "listByResource(String resourceId)"
|
|
nameWithType: "MetricDefinitions.listByResource(String resourceId)"
|
|
summary: "Lists Metric Definitions for a given resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource Id."
|
|
name: "resourceId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract List<MetricDefinition> listByResource(String resourceId)"
|
|
desc: "Lists Metric Definitions for a given resource."
|
|
returns:
|
|
description: "list of metric definitions."
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.MetricDefinition?alt=com.microsoft.azure.management.monitor.MetricDefinition&text=MetricDefinition\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.monitor.MetricDefinitions.listByResourceAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.MetricDefinitions.listByResourceAsync(String resourceId)"
|
|
name: "listByResourceAsync(String resourceId)"
|
|
nameWithType: "MetricDefinitions.listByResourceAsync(String resourceId)"
|
|
summary: "Lists Metric Definitions for a given resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The resource Id."
|
|
name: "resourceId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<MetricDefinition> listByResourceAsync(String resourceId)"
|
|
desc: "Lists Metric Definitions for a given resource."
|
|
returns:
|
|
description: "a representation of the deferred computation of Metric Definitions list call."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.MetricDefinition?alt=com.microsoft.azure.management.monitor.MetricDefinition&text=MetricDefinition\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Entry point for Monitor Metric Definitions API."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.implementation.MonitorManager?alt=com.microsoft.azure.management.monitor.implementation.MonitorManager&text=MonitorManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.monitor.implementation.MetricDefinitionsInner?alt=com.microsoft.azure.management.monitor.implementation.MetricDefinitionsInner&text=MetricDefinitionsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.monitor"
|
|
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4
|