Uses of Class
com.azure.resourcemanager.redis.models.RebootType
-
Packages that use RebootType Package Description com.azure.resourcemanager.redis.models 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 RebootType Modifier and Type Field Description static RebootTypeRebootType. ALL_NODESStatic value AllNodes for RebootType.static RebootTypeRebootType. PRIMARY_NODEStatic value PrimaryNode for RebootType.static RebootTypeRebootType. SECONDARY_NODEStatic value SecondaryNode for RebootType.Methods in com.azure.resourcemanager.redis.models that return RebootType Modifier and Type Method Description static RebootTypeRebootType. fromString(String name)Creates or finds a RebootType from its string representation.RebootTypeRedisRebootParameters. 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 RebootType Modifier and Type Method Description static Collection<RebootType>RebootType. values()Methods in com.azure.resourcemanager.redis.models with parameters of type RebootType Modifier and Type Method Description voidRedisCache. forceReboot(RebootType rebootType)Reboot specified Redis node(s).voidRedisCachePremium. forceReboot(RebootType rebootType, int shardId)Reboot specified Redis node(s).RedisRebootParametersRedisRebootParameters. withRebootType(RebootType rebootType)Set the rebootType property: Which Redis node(s) to reboot.
-