Uses of Class
com.azure.resourcemanager.servicebus.models.EntityStatus
-
Packages that use EntityStatus Package Description com.azure.resourcemanager.servicebus.fluent.models Package containing the inner data models for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.models 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 EntityStatus Modifier and Type Method Description EntityStatusEventhubInner. status()Get the status property: Enumerates the possible values for the status of a Event Hub.EntityStatusSBQueueInner. status()Get the status property: Enumerates the possible values for the status of a messaging entity.EntityStatusSBSubscriptionInner. status()Get the status property: Enumerates the possible values for the status of a messaging entity.EntityStatusSBTopicInner. 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 EntityStatus Modifier and Type Method Description EventhubInnerEventhubInner. withStatus(EntityStatus status)Set the status property: Enumerates the possible values for the status of a Event Hub.SBQueueInnerSBQueueInner. withStatus(EntityStatus status)Set the status property: Enumerates the possible values for the status of a messaging entity.SBSubscriptionInnerSBSubscriptionInner. withStatus(EntityStatus status)Set the status property: Enumerates the possible values for the status of a messaging entity.SBTopicInnerSBTopicInner. 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 EntityStatus Modifier and Type Method Description static EntityStatusEntityStatus. fromString(String value)Parses a serialized value to a EntityStatus instance.EntityStatusQueue. status()EntityStatusServiceBusSubscription. status()EntityStatusTopic. status()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.
-