Uses of Class
com.azure.resourcemanager.redis.models.RebootType
Packages that use RebootType
Package
Description
Package containing the data models for RedisManagementClient.
-
Uses of RebootType in com.azure.resourcemanager.redis.models
Fields in com.azure.resourcemanager.redis.models declared as RebootTypeModifier and TypeFieldDescriptionstatic final RebootTypeRebootType.ALL_NODESStatic value AllNodes for RebootType.static final RebootTypeRebootType.PRIMARY_NODEStatic value PrimaryNode for RebootType.static final RebootTypeRebootType.SECONDARY_NODEStatic value SecondaryNode for RebootType.Methods in com.azure.resourcemanager.redis.models that return RebootTypeModifier and TypeMethodDescriptionstatic RebootTypeRebootType.fromString(String name) Creates or finds a RebootType from its string representation.RedisRebootParameters.rebootType()Get the rebootType property: Which Redis node(s) to reboot.Methods in com.azure.resourcemanager.redis.models that return types with arguments of type RebootTypeModifier and TypeMethodDescriptionstatic Collection<RebootType> RebootType.values()Gets known RebootType values.Methods in com.azure.resourcemanager.redis.models with parameters of type RebootTypeModifier and TypeMethodDescriptionvoidRedisCache.forceReboot(RebootType rebootType) Reboot specified Redis node(s).voidRedisCachePremium.forceReboot(RebootType rebootType, int shardId) Reboot specified Redis node(s).RedisRebootParameters.withRebootType(RebootType rebootType) Set the rebootType property: Which Redis node(s) to reboot.