public class MetadataValue extends Object
| Constructor and Description |
|---|
MetadataValue() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.management.monitor.implementation.LocalizableStringInner |
name()
Get the name of the metadata.
|
String |
value()
Get the value of the metadata.
|
MetadataValue |
withName(com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name)
Set the name of the metadata.
|
MetadataValue |
withValue(String value)
Set the value of the metadata.
|
public com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name()
public MetadataValue withName(com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name)
name - the name value to setpublic String value()
public MetadataValue withValue(String value)
value - the value value to setCopyright © 2019. All rights reserved.