Uses of Class
com.azure.resourcemanager.redis.fluent.models.UpgradeNotificationInner
-
Packages that use UpgradeNotificationInner Package Description com.azure.resourcemanager.redis.fluent Package containing the service clients for RedisManagementClient.com.azure.resourcemanager.redis.models 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 UpgradeNotificationInner Modifier and Type Method Description com.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.models
Methods in com.azure.resourcemanager.redis.models that return types with arguments of type UpgradeNotificationInner Modifier and Type Method Description List<UpgradeNotificationInner>NotificationListResponse. value()Get the value property: List of all notifications.Method parameters in com.azure.resourcemanager.redis.models with type arguments of type UpgradeNotificationInner Modifier and Type Method Description NotificationListResponseNotificationListResponse. withValue(List<UpgradeNotificationInner> value)Set the value property: List of all notifications.
-