110 строки
6.6 KiB
YAML
110 строки
6.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.monitor.Dimension"
|
|
fullName: "com.microsoft.azure.management.monitor.Dimension"
|
|
name: "Dimension"
|
|
nameWithType: "Dimension"
|
|
summary: "Specifies the criteria for converting log to metric."
|
|
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 **Dimension**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.monitor.Dimension.Dimension()"
|
|
fullName: "com.microsoft.azure.management.monitor.Dimension.Dimension()"
|
|
name: "Dimension()"
|
|
nameWithType: "Dimension.Dimension()"
|
|
summary: "Creates an instance of Dimension class."
|
|
syntax: "public Dimension()"
|
|
desc: "Creates an instance of Dimension class."
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.monitor.Dimension.name()"
|
|
fullName: "com.microsoft.azure.management.monitor.Dimension.name()"
|
|
name: "name()"
|
|
nameWithType: "Dimension.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.Dimension.operator()"
|
|
fullName: "com.microsoft.azure.management.monitor.Dimension.operator()"
|
|
name: "operator()"
|
|
nameWithType: "Dimension.operator()"
|
|
summary: "Get operator for dimension values."
|
|
syntax: "public String operator()"
|
|
desc: "Get operator for dimension values."
|
|
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.Dimension.values()"
|
|
fullName: "com.microsoft.azure.management.monitor.Dimension.values()"
|
|
name: "values()"
|
|
nameWithType: "Dimension.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\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.monitor.Dimension.withName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.Dimension.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "Dimension.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 Dimension withName(String name)"
|
|
desc: "Set name of the dimension."
|
|
returns:
|
|
description: "the Dimension object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.Dimension?alt=com.microsoft.azure.management.monitor.Dimension&text=Dimension\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.Dimension.withOperator(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.Dimension.withOperator(String operator)"
|
|
name: "withOperator(String operator)"
|
|
nameWithType: "Dimension.withOperator(String operator)"
|
|
summary: "Set operator for dimension values."
|
|
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 Dimension withOperator(String operator)"
|
|
desc: "Set operator for dimension values."
|
|
returns:
|
|
description: "the Dimension object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.Dimension?alt=com.microsoft.azure.management.monitor.Dimension&text=Dimension\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.Dimension.withValues(java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.monitor.Dimension.withValues(List<String> values)"
|
|
name: "withValues(List<String> values)"
|
|
nameWithType: "Dimension.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\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public Dimension withValues(List<String> values)"
|
|
desc: "Set list of dimension values."
|
|
returns:
|
|
description: "the Dimension object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.Dimension?alt=com.microsoft.azure.management.monitor.Dimension&text=Dimension\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Specifies the criteria for converting log to metric."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.monitor"
|
|
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4
|