| 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 |
|---|---|
UnavailableReason |
CheckNameAvailabilityResultInner.reason()
Get the reason property: The reason for unavailability of a namespace.
|
| Modifier and Type | Method and Description |
|---|---|
CheckNameAvailabilityResultInner |
CheckNameAvailabilityResultInner.withReason(UnavailableReason reason)
Set the reason property: The reason for unavailability of a namespace.
|
| Modifier and Type | Method and Description |
|---|---|
static UnavailableReason |
UnavailableReason.fromString(String value)
Parses a serialized value to a UnavailableReason instance.
|
UnavailableReason |
CheckNameAvailabilityResult.unavailabilityReason() |
static UnavailableReason |
UnavailableReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnavailableReason[] |
UnavailableReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.