MetricDimension Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. MetricDimension
- com.
Implements
public final class MetricDimension
implements JsonSerializable<MetricDimension>
Specifications of the Dimension of metrics.
Constructor Summary
Constructor | Description |
---|---|
MetricDimension() |
Creates an instance of Metric |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
displayName()
Get the display |
static
Metric |
fromJson(JsonReader jsonReader)
Reads an instance of Metric |
String |
name()
Get the name property: Name of the dimension. |
Boolean |
toBeExportedForShoebox()
Get the to |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Metric |
withDisplayName(String displayName)
Set the display |
Metric |
withName(String name)
Set the name property: Name of the dimension. |
Metric |
withToBeExportedForShoebox(Boolean toBeExportedForShoebox)
Set the to |
Methods inherited from java.lang.Object
Constructor Details
MetricDimension
public MetricDimension()
Creates an instance of MetricDimension class.
Method Details
displayName
public String displayName()
Get the displayName property: Localized friendly display name of the dimension.
Returns:
fromJson
public static MetricDimension fromJson(JsonReader jsonReader)
Reads an instance of MetricDimension from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the dimension.
Returns:
toBeExportedForShoebox
public Boolean toBeExportedForShoebox()
Get the toBeExportedForShoebox property: Whether this dimension should be included for the Shoebox export scenario.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDisplayName
public MetricDimension withDisplayName(String displayName)
Set the displayName property: Localized friendly display name of the dimension.
Parameters:
Returns:
withName
public MetricDimension withName(String name)
Set the name property: Name of the dimension.
Parameters:
Returns:
withToBeExportedForShoebox
public MetricDimension withToBeExportedForShoebox(Boolean toBeExportedForShoebox)
Set the toBeExportedForShoebox property: Whether this dimension should be included for the Shoebox export scenario.
Parameters:
Returns:
Applies to
Azure SDK for Java