Uses of Enum
com.azure.resourcemanager.servicebus.models.EntityStatus
Packages that use EntityStatus
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of EntityStatus in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return EntityStatusModifier and TypeMethodDescriptionSBQueueInner.status()Get the status property: Enumerates the possible values for the status of a messaging entity.SBQueueProperties.status()Get the status property: Enumerates the possible values for the status of a messaging entity.SBSubscriptionInner.status()Get the status property: Enumerates the possible values for the status of a messaging entity.SBSubscriptionProperties.status()Get the status property: Enumerates the possible values for the status of a messaging entity.SBTopicInner.status()Get the status property: Enumerates the possible values for the status of a messaging entity.SBTopicProperties.status()Get the status property: Enumerates the possible values for the status of a messaging entity.Methods in com.azure.resourcemanager.servicebus.fluent.models with parameters of type EntityStatusModifier and TypeMethodDescriptionSBQueueInner.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of a messaging entity.SBQueueProperties.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of a messaging entity.SBSubscriptionInner.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of a messaging entity.SBSubscriptionProperties.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of a messaging entity.SBTopicInner.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of a messaging entity.SBTopicProperties.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of a messaging entity. -
Uses of EntityStatus in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return EntityStatusModifier and TypeMethodDescriptionstatic EntityStatusEntityStatus.fromString(String value) Parses a serialized value to a EntityStatus instance.Queue.status()Gets the current status of the queue.ServiceBusSubscription.status()Gets the current status of the subscription.Topic.status()Gets the current status of the topic.static EntityStatusReturns 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.