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 EntityStatusQueueDescription. getEntityStatus()Gets the status of the entity.EntityStatusSubscriptionDescription. getEntityStatus()Gets the status of the entity.EntityStatusTopicDescription. getEntityStatus()Gets the status of the entity.static EntityStatusEntityStatus. 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 voidQueueDescription. setEntityStatus(EntityStatus status)voidSubscriptionDescription. setEntityStatus(EntityStatus status)voidTopicDescription. setEntityStatus(EntityStatus status)
-