Uses of Class
com.azure.resourcemanager.redis.fluent.models.UpgradeNotificationInner
Packages that use UpgradeNotificationInner
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the inner data models for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of UpgradeNotificationInner in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent that return types with arguments of type UpgradeNotificationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<UpgradeNotificationInner> RedisClient.listUpgradeNotifications(String resourceGroupName, String name, double history) Gets any upgrade notifications for a Redis cache.com.azure.core.http.rest.PagedIterable<UpgradeNotificationInner> RedisClient.listUpgradeNotifications(String resourceGroupName, String name, double history, com.azure.core.util.Context context) Gets any upgrade notifications for a Redis cache.com.azure.core.http.rest.PagedFlux<UpgradeNotificationInner> RedisClient.listUpgradeNotificationsAsync(String resourceGroupName, String name, double history) Gets any upgrade notifications for a Redis cache. -
Uses of UpgradeNotificationInner in com.azure.resourcemanager.redis.fluent.models
Classes in com.azure.resourcemanager.redis.fluent.models that implement interfaces with type arguments of type UpgradeNotificationInnerModifier and TypeClassDescriptionfinal classProperties of upgrade notification.Methods in com.azure.resourcemanager.redis.fluent.models that return UpgradeNotificationInnerModifier and TypeMethodDescriptionstatic UpgradeNotificationInnerUpgradeNotificationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UpgradeNotificationInner from the JsonReader. -
Uses of UpgradeNotificationInner in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return types with arguments of type UpgradeNotificationInnerModifier and TypeMethodDescriptionNotificationListResponse.value()Get the value property: List of all notifications.Method parameters in com.azure.resourcemanager.redis.models with type arguments of type UpgradeNotificationInnerModifier and TypeMethodDescriptionNotificationListResponse.withValue(List<UpgradeNotificationInner> value) Set the value property: List of all notifications.