Uses of Class
com.azure.resourcemanager.monitor.fluent.models.LocalizableStringInner
Packages that use LocalizableStringInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of LocalizableStringInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type LocalizableStringInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<LocalizableStringInner> EventCategoriesClient.list()
Get the list of available event categories supported in the Activity Logs Service.<br>The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.com.azure.core.http.rest.PagedIterable
<LocalizableStringInner> EventCategoriesClient.list
(com.azure.core.util.Context context) Get the list of available event categories supported in the Activity Logs Service.<br>The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.com.azure.core.http.rest.PagedFlux
<LocalizableStringInner> EventCategoriesClient.listAsync()
Get the list of available event categories supported in the Activity Logs Service.<br>The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy. -
Uses of LocalizableStringInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return LocalizableStringInnerModifier and TypeMethodDescriptionEventDataInner.category()
Get the category property: the event category.EventDataInner.eventName()
Get the eventName property: the event name.static LocalizableStringInner
LocalizableStringInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of LocalizableStringInner from the JsonReader.MetadataValueInner.name()
Get the name property: the name of the metadata.MetricDefinitionInner.name()
Get the name property: the name and the display name of the metric, i.e. it is a localizable string.MetricInner.name()
Get the name property: the name and the display name of the metric, i.e. it is localizable string.EventDataInner.operationName()
Get the operationName property: the operation name.EventDataInner.resourceProviderName()
Get the resourceProviderName property: the resource provider name of the impacted resource.EventDataInner.resourceType()
Get the resourceType property: the resource type.EventDataInner.status()
Get the status property: a string describing the status of the operation.EventDataInner.subStatus()
Get the subStatus property: the event sub status.LocalizableStringInner.withLocalizedValue
(String localizedValue) Set the localizedValue property: the locale specific value.Set the value property: the invariant value.Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type LocalizableStringInnerModifier and TypeMethodDescriptionMetricDefinitionInner.dimensions()
Get the dimensions property: the name and the display name of the dimension, i.e. it is a localizable string.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type LocalizableStringInnerModifier and TypeMethodDescriptionMetadataValueInner.withName
(LocalizableStringInner name) Set the name property: the name of the metadata.MetricDefinitionInner.withName
(LocalizableStringInner name) Set the name property: the name and the display name of the metric, i.e. it is a localizable string.MetricInner.withName
(LocalizableStringInner name) Set the name property: the name and the display name of the metric, i.e. it is localizable string.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type LocalizableStringInnerModifier and TypeMethodDescriptionMetricDefinitionInner.withDimensions
(List<LocalizableStringInner> dimensions) Set the dimensions property: the name and the display name of the dimension, i.e. it is a localizable string. -
Uses of LocalizableStringInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type LocalizableStringInnerModifier and TypeMethodDescriptionEventCategoryCollection.value()
Get the value property: the list that includes the Azure event categories.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type LocalizableStringInnerModifier and TypeMethodDescriptionEventCategoryCollection.withValue
(List<LocalizableStringInner> value) Set the value property: the list that includes the Azure event categories.