| 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 |
TopicResourceInner.status()
Get the status property: Enumerates the possible values for the status of a messaging entity.
|
EntityStatus |
QueueResourceInner.status()
Get the status property: Enumerates the possible values for the status of a messaging entity.
|
EntityStatus |
SubscriptionResourceInner.status()
Get the status property: Enumerates the possible values for the status of a messaging entity.
|
| Modifier and Type | Method and Description |
|---|---|
TopicResourceInner |
TopicResourceInner.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
QueueResourceInner |
QueueResourceInner.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
SubscriptionResourceInner |
SubscriptionResourceInner.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 |
Topic.status() |
EntityStatus |
ServiceBusSubscription.status() |
EntityStatus |
Queue.status() |
EntityStatus |
SubscriptionCreateOrUpdateParameters.status()
Get the status property: Enumerates the possible values for the status of a messaging entity.
|
EntityStatus |
TopicCreateOrUpdateParameters.status()
Get the status property: Enumerates the possible values for the status of a messaging entity.
|
EntityStatus |
QueueCreateOrUpdateParameters.status()
Get the status property: Enumerates the possible values for the status of a messaging 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.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionCreateOrUpdateParameters |
SubscriptionCreateOrUpdateParameters.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
TopicCreateOrUpdateParameters |
TopicCreateOrUpdateParameters.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.