Uses of Class
com.microsoft.azure.servicebus.management.EntityStatus
-
Packages that use EntityStatus Package Description com.microsoft.azure.servicebus.management -
-
Uses of EntityStatus in com.microsoft.azure.servicebus.management
Methods in com.microsoft.azure.servicebus.management that return EntityStatus Modifier and Type Method Description EntityStatus
QueueDescription. getEntityStatus()
Gets the status of the entity.EntityStatus
SubscriptionDescription. getEntityStatus()
Gets the status of the entity.EntityStatus
TopicDescription. getEntityStatus()
Gets the status of the entity.static EntityStatus
EntityStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntityStatus[]
EntityStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.servicebus.management with parameters of type EntityStatus Modifier and Type Method Description void
QueueDescription. setEntityStatus(EntityStatus status)
void
SubscriptionDescription. setEntityStatus(EntityStatus status)
void
TopicDescription. setEntityStatus(EntityStatus status)
-