Uses of Class
com.microsoft.azure.management.redis.RebootType
-
-
Uses of RebootType in com.microsoft.azure.management.redis
Fields in com.microsoft.azure.management.redis 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.microsoft.azure.management.redis 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 value.Methods in com.microsoft.azure.management.redis that return types with arguments of type RebootType Modifier and Type Method Description static Collection<RebootType>RebootType. values()Methods in com.microsoft.azure.management.redis 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 value.
-