Uses of Class
com.azure.resourcemanager.monitor.fluent.models.MetadataValueInner
-
Packages that use MetadataValueInner Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of MetadataValueInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return MetadataValueInner Modifier and Type Method Description MetadataValueInnerMetadataValueInner. withName(LocalizableStringInner name)Set the name property: the name of the metadata.MetadataValueInnerMetadataValueInner. withValue(String value)Set the value property: the value of the metadata. -
Uses of MetadataValueInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type MetadataValueInner Modifier and Type Method Description List<MetadataValueInner>TimeSeriesElement. metadatavalues()Get the metadatavalues property: the metadata values returned if $filter was specified in the call.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type MetadataValueInner Modifier and Type Method Description TimeSeriesElementTimeSeriesElement. withMetadatavalues(List<MetadataValueInner> metadatavalues)Set the metadatavalues property: the metadata values returned if $filter was specified in the call.
-