azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
6.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.MetricDimension"
fullName: "com.microsoft.azure.management.monitor.MetricDimension"
name: "MetricDimension"
nameWithType: "MetricDimension"
summary: "Specifies a metric dimension."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **MetricDimension**"
constructors:
- uid: "com.microsoft.azure.management.monitor.MetricDimension.MetricDimension()"
fullName: "com.microsoft.azure.management.monitor.MetricDimension.MetricDimension()"
name: "MetricDimension()"
nameWithType: "MetricDimension.MetricDimension()"
syntax: "public MetricDimension()"
methods:
- uid: "com.microsoft.azure.management.monitor.MetricDimension.name()"
fullName: "com.microsoft.azure.management.monitor.MetricDimension.name()"
name: "name()"
nameWithType: "MetricDimension.name()"
summary: "Get name of the dimension."
syntax: "public String name()"
desc: "Get name of the dimension."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricDimension.operator()"
fullName: "com.microsoft.azure.management.monitor.MetricDimension.operator()"
name: "operator()"
nameWithType: "MetricDimension.operator()"
summary: "Get the dimension operator."
syntax: "public String operator()"
desc: "Get the dimension operator. Only 'Include' and 'Exclude' are supported."
returns:
description: "the operator value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricDimension.values()"
fullName: "com.microsoft.azure.management.monitor.MetricDimension.values()"
name: "values()"
nameWithType: "MetricDimension.values()"
summary: "Get list of dimension values."
syntax: "public List<String> values()"
desc: "Get list of dimension values."
returns:
description: "the values value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.MetricDimension.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.MetricDimension.withName(String name)"
name: "withName(String name)"
nameWithType: "MetricDimension.withName(String name)"
summary: "Set name of the dimension."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricDimension withName(String name)"
desc: "Set name of the dimension."
returns:
description: "the MetricDimension object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricDimension?alt=com.microsoft.azure.management.monitor.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricDimension.withOperator(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.MetricDimension.withOperator(String operator)"
name: "withOperator(String operator)"
nameWithType: "MetricDimension.withOperator(String operator)"
summary: "Set the dimension operator."
parameters:
- description: "the operator value to set"
name: "operator"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricDimension withOperator(String operator)"
desc: "Set the dimension operator. Only 'Include' and 'Exclude' are supported."
returns:
description: "the MetricDimension object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricDimension?alt=com.microsoft.azure.management.monitor.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricDimension.withValues(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.monitor.MetricDimension.withValues(List<String> values)"
name: "withValues(List<String> values)"
nameWithType: "MetricDimension.withValues(List<String> values)"
summary: "Set list of dimension values."
parameters:
- description: "the values value to set"
name: "values"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MetricDimension withValues(List<String> values)"
desc: "Set list of dimension values."
returns:
description: "the MetricDimension object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricDimension?alt=com.microsoft.azure.management.monitor.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specifies a metric dimension."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4