Class MetadataValue
java.lang.Object
com.microsoft.azure.management.monitor.MetadataValue
Represents a metric metadata value.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.azure.management.monitor.implementation.LocalizableStringInner
name()
Get the name of the metadata.value()
Get the value of the metadata.withName
(com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name) Set the name of the metadata.Set the value of the metadata.
-
Constructor Details
-
MetadataValue
public MetadataValue()
-
-
Method Details
-
name
public com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name()Get the name of the metadata.- Returns:
- the name value
-
withName
public MetadataValue withName(com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name) Set the name of the metadata.- Parameters:
name
- the name value to set- Returns:
- the MetadataValue object itself.
-
value
Get the value of the metadata.- Returns:
- the value value
-
withValue
Set the value of the metadata.- Parameters:
value
- the value value to set- Returns:
- the MetadataValue object itself.
-