Uses of Class
com.azure.resourcemanager.monitor.fluent.models.LocalizableStringInner
-
Packages that use LocalizableStringInner Package Description com.azure.resourcemanager.monitor.fluent Package containing the service clients for MonitorClient.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 LocalizableStringInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type LocalizableStringInner Modifier and Type Method Description com.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 LocalizableStringInner Modifier and Type Method Description LocalizableStringInnerEventDataInner. category()Get the category property: the event category.LocalizableStringInnerEventDataInner. eventName()Get the eventName property: the event name.LocalizableStringInnerMetadataValueInner. name()Get the name property: the name of the metadata.LocalizableStringInnerMetricDefinitionInner. name()Get the name property: the name and the display name of the metric, i.e.LocalizableStringInnerMetricInner. name()Get the name property: the name and the display name of the metric, i.e.LocalizableStringInnerEventDataInner. operationName()Get the operationName property: the operation name.LocalizableStringInnerEventDataInner. resourceProviderName()Get the resourceProviderName property: the resource provider name of the impacted resource.LocalizableStringInnerEventDataInner. resourceType()Get the resourceType property: the resource type.LocalizableStringInnerEventDataInner. status()Get the status property: a string describing the status of the operation.LocalizableStringInnerEventDataInner. subStatus()Get the subStatus property: the event sub status.LocalizableStringInnerLocalizableStringInner. withLocalizedValue(String localizedValue)Set the localizedValue property: the locale specific value.LocalizableStringInnerLocalizableStringInner. withValue(String value)Set the value property: the invariant value.Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type LocalizableStringInner Modifier and Type Method Description List<LocalizableStringInner>MetricDefinitionInner. dimensions()Get the dimensions property: the name and the display name of the dimension, i.e.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type LocalizableStringInner Modifier and Type Method Description MetadataValueInnerMetadataValueInner. withName(LocalizableStringInner name)Set the name property: the name of the metadata.MetricDefinitionInnerMetricDefinitionInner. withName(LocalizableStringInner name)Set the name property: the name and the display name of the metric, i.e.MetricInnerMetricInner. withName(LocalizableStringInner name)Set the name property: the name and the display name of the metric, i.e.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type LocalizableStringInner Modifier and Type Method Description MetricDefinitionInnerMetricDefinitionInner. withDimensions(List<LocalizableStringInner> dimensions)Set the dimensions property: the name and the display name of the dimension, i.e. -
Uses of LocalizableStringInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type LocalizableStringInner Modifier and Type Method Description List<LocalizableStringInner>EventCategoryCollection. 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 LocalizableStringInner Modifier and Type Method Description EventCategoryCollectionEventCategoryCollection. withValue(List<LocalizableStringInner> value)Set the value property: the list that includes the Azure event categories.
-