Class MetricDimension
java.lang.Object
com.azure.resourcemanager.mediaservices.models.MetricDimension
A metric dimension.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MetricDimension
public MetricDimension()Creates an instance of MetricDimension class.
-
-
Method Details
-
name
Get the name property: The metric dimension name.- Returns:
- the name value.
-
displayName
Get the displayName property: The display name for the dimension.- Returns:
- the displayName value.
-
toBeExportedForShoebox
Get the toBeExportedForShoebox property: Whether to export metric to shoebox.- Returns:
- the toBeExportedForShoebox value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-