| 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.
|
| Modifier and Type | Method and Description |
|---|---|
EntityStatus |
EventhubInner.status()
Get the status property: Enumerates the possible values for the status of a Event Hub.
|
EntityStatus |
SBQueueInner.status()
Get the status property: Enumerates the possible values for the status of a messaging entity.
|
EntityStatus |
SBSubscriptionInner.status()
Get the status property: Enumerates the possible values for the status of a messaging entity.
|
EntityStatus |
SBTopicInner.status()
Get the status property: Enumerates the possible values for the status of a messaging entity.
|
| Modifier and Type | Method and Description |
|---|---|
EventhubInner |
EventhubInner.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a Event Hub.
|
SBQueueInner |
SBQueueInner.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
SBSubscriptionInner |
SBSubscriptionInner.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
SBTopicInner |
SBTopicInner.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityStatus |
EntityStatus.fromString(String value)
Parses a serialized value to a EntityStatus instance.
|
EntityStatus |
ServiceBusSubscription.status() |
EntityStatus |
Queue.status() |
EntityStatus |
Topic.status() |
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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.