150 строки
10 KiB
YAML
150 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appplatform.models.MetricDimension"
|
|
fullName: "com.azure.resourcemanager.appplatform.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**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appplatform.models.MetricDimension?alt=com.azure.resourcemanager.appplatform.models.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appplatform.models.MetricDimension.MetricDimension()"
|
|
fullName: "com.azure.resourcemanager.appplatform.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.appplatform.models.MetricDimension.displayName()"
|
|
fullName: "com.azure.resourcemanager.appplatform.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.appplatform.models.MetricDimension.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.MetricDimension.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "MetricDimension.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Metric<wbr>Dimension from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static MetricDimension fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the MetricDimension."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of MetricDimension from the JsonReader."
|
|
returns:
|
|
description: "An instance of MetricDimension if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.MetricDimension?alt=com.azure.resourcemanager.appplatform.models.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appplatform.models.MetricDimension.name()"
|
|
fullName: "com.azure.resourcemanager.appplatform.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.appplatform.models.MetricDimension.toBeExportedForShoebox()"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.MetricDimension.toBeExportedForShoebox()"
|
|
name: "toBeExportedForShoebox()"
|
|
nameWithType: "MetricDimension.toBeExportedForShoebox()"
|
|
summary: "Get the to<wbr>BeExported<wbr>For<wbr>Shoebox property: Whether this dimension should be included for the Shoebox export scenario."
|
|
syntax: "public Boolean toBeExportedForShoebox()"
|
|
desc: "Get the toBeExportedForShoebox property: 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.appplatform.models.MetricDimension.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.MetricDimension.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "MetricDimension.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appplatform.models.MetricDimension.validate()"
|
|
fullName: "com.azure.resourcemanager.appplatform.models.MetricDimension.validate()"
|
|
name: "validate()"
|
|
nameWithType: "MetricDimension.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appplatform.models.MetricDimension.withDisplayName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appplatform.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.appplatform.models.MetricDimension?alt=com.azure.resourcemanager.appplatform.models.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appplatform.models.MetricDimension.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appplatform.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.appplatform.models.MetricDimension?alt=com.azure.resourcemanager.appplatform.models.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appplatform.models.MetricDimension.withToBeExportedForShoebox(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appplatform.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: 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: Whether this dimension should be included for the Shoebox export scenario."
|
|
returns:
|
|
description: "the MetricDimension object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.MetricDimension?alt=com.azure.resourcemanager.appplatform.models.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Specifications of the Dimension of metrics."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appplatform.models.MetricDimension?alt=com.azure.resourcemanager.appplatform.models.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appplatform.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appplatform:2.44.0
|