azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

141 строка
9.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.models.MetricDimension"
fullName: "com.azure.resourcemanager.avs.models.MetricDimension"
name: "MetricDimension"
nameWithType: "MetricDimension"
summary: "Specifications of the Dimension of metrics."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MetricDimension**"
constructors:
- uid: "com.azure.resourcemanager.avs.models.MetricDimension.MetricDimension()"
fullName: "com.azure.resourcemanager.avs.models.MetricDimension.MetricDimension()"
name: "MetricDimension()"
nameWithType: "MetricDimension.MetricDimension()"
summary: "Creates an instance of Metric<wbr>Dimension class."
syntax: "public MetricDimension()"
desc: "Creates an instance of MetricDimension class."
methods:
- uid: "com.azure.resourcemanager.avs.models.MetricDimension.displayName()"
fullName: "com.azure.resourcemanager.avs.models.MetricDimension.displayName()"
name: "displayName()"
nameWithType: "MetricDimension.displayName()"
summary: "Get the display<wbr>Name property: Localized friendly display name of the dimension."
syntax: "public String displayName()"
desc: "Get the displayName property: Localized friendly display name of the dimension."
returns:
description: "the displayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.MetricDimension.internalName()"
fullName: "com.azure.resourcemanager.avs.models.MetricDimension.internalName()"
name: "internalName()"
nameWithType: "MetricDimension.internalName()"
summary: "Get the internal<wbr>Name property: Name of the dimension as it appears in MDM."
syntax: "public String internalName()"
desc: "Get the internalName property: Name of the dimension as it appears in MDM."
returns:
description: "the internalName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.MetricDimension.name()"
fullName: "com.azure.resourcemanager.avs.models.MetricDimension.name()"
name: "name()"
nameWithType: "MetricDimension.name()"
summary: "Get the name property: Name of the dimension."
syntax: "public String name()"
desc: "Get the name property: Name of the dimension."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.MetricDimension.toBeExportedForShoebox()"
fullName: "com.azure.resourcemanager.avs.models.MetricDimension.toBeExportedForShoebox()"
name: "toBeExportedForShoebox()"
nameWithType: "MetricDimension.toBeExportedForShoebox()"
summary: "Get the to<wbr>BeExported<wbr>For<wbr>Shoebox property: A boolean flag indicating whether this dimension should be included for the shoebox export scenario."
syntax: "public Boolean toBeExportedForShoebox()"
desc: "Get the toBeExportedForShoebox property: A boolean flag indicating whether this dimension should be included for the shoebox export scenario."
returns:
description: "the toBeExportedForShoebox value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.avs.models.MetricDimension.validate()"
fullName: "com.azure.resourcemanager.avs.models.MetricDimension.validate()"
name: "validate()"
nameWithType: "MetricDimension.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.avs.models.MetricDimension.withDisplayName(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.MetricDimension.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "MetricDimension.withDisplayName(String displayName)"
summary: "Set the display<wbr>Name property: Localized friendly display name of the dimension."
parameters:
- description: "the displayName value to set."
name: "displayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MetricDimension withDisplayName(String displayName)"
desc: "Set the displayName property: Localized friendly display name of the dimension."
returns:
description: "the MetricDimension object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.models.MetricDimension?alt=com.azure.resourcemanager.avs.models.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.MetricDimension.withInternalName(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.MetricDimension.withInternalName(String internalName)"
name: "withInternalName(String internalName)"
nameWithType: "MetricDimension.withInternalName(String internalName)"
summary: "Set the internal<wbr>Name property: Name of the dimension as it appears in MDM."
parameters:
- description: "the internalName value to set."
name: "internalName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MetricDimension withInternalName(String internalName)"
desc: "Set the internalName property: Name of the dimension as it appears in MDM."
returns:
description: "the MetricDimension object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.models.MetricDimension?alt=com.azure.resourcemanager.avs.models.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.MetricDimension.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.MetricDimension.withName(String name)"
name: "withName(String name)"
nameWithType: "MetricDimension.withName(String name)"
summary: "Set the name property: Name of the dimension."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MetricDimension withName(String name)"
desc: "Set the name property: Name of the dimension."
returns:
description: "the MetricDimension object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.models.MetricDimension?alt=com.azure.resourcemanager.avs.models.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.MetricDimension.withToBeExportedForShoebox(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.avs.models.MetricDimension.withToBeExportedForShoebox(Boolean toBeExportedForShoebox)"
name: "withToBeExportedForShoebox(Boolean toBeExportedForShoebox)"
nameWithType: "MetricDimension.withToBeExportedForShoebox(Boolean toBeExportedForShoebox)"
summary: "Set the to<wbr>BeExported<wbr>For<wbr>Shoebox property: A boolean flag indicating whether this dimension should be included for the shoebox export scenario."
parameters:
- description: "the toBeExportedForShoebox value to set."
name: "toBeExportedForShoebox"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public MetricDimension withToBeExportedForShoebox(Boolean toBeExportedForShoebox)"
desc: "Set the toBeExportedForShoebox property: A boolean flag indicating whether this dimension should be included for the shoebox export scenario."
returns:
description: "the MetricDimension object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.models.MetricDimension?alt=com.azure.resourcemanager.avs.models.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specifications of the Dimension of metrics."
metadata: {}
package: "com.azure.resourcemanager.avs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.0.0