azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

46 строки
3.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult"
fullName: "com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult"
name: "CheckNameAvailabilityResult"
nameWithType: "CheckNameAvailabilityResult"
summary: "The result of checking for Service Bus namespace name availability."
syntax: "public interface **CheckNameAvailabilityResult**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.implementation.CheckNameAvailabilityResultInner?alt=com.microsoft.azure.management.servicebus.implementation.CheckNameAvailabilityResultInner&text=CheckNameAvailabilityResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult.isAvailable()"
fullName: "com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult.isAvailable()"
name: "isAvailable()"
nameWithType: "CheckNameAvailabilityResult.isAvailable()"
modifiers:
- "abstract"
syntax: "public abstract boolean isAvailable()"
returns:
description: "a boolean value that indicates whether the name is available for\n you to use. If true, the name is available. If false, the name has\n already been taken or invalid and cannot be used."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult.unavailabilityMessage()"
fullName: "com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult.unavailabilityMessage()"
name: "unavailabilityMessage()"
nameWithType: "CheckNameAvailabilityResult.unavailabilityMessage()"
modifiers:
- "abstract"
syntax: "public abstract String unavailabilityMessage()"
returns:
description: "an error message explaining the Reason value in more detail"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult.unavailabilityReason()"
fullName: "com.microsoft.azure.management.servicebus.CheckNameAvailabilityResult.unavailabilityReason()"
name: "unavailabilityReason()"
nameWithType: "CheckNameAvailabilityResult.unavailabilityReason()"
modifiers:
- "abstract"
syntax: "public abstract UnavailableReason unavailabilityReason()"
returns:
description: "the unavailabilityReason that a namespace name could not be used. The\n Reason element is only returned if NameAvailable is false."
type: "<xref href=\"com.microsoft.azure.management.servicebus.UnavailableReason?alt=com.microsoft.azure.management.servicebus.UnavailableReason&text=UnavailableReason\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The result of checking for Service Bus namespace name availability."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.implementation.CheckNameAvailabilityResultInner?alt=com.microsoft.azure.management.servicebus.implementation.CheckNameAvailabilityResultInner&text=CheckNameAvailabilityResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.servicebus"
artifact: com.microsoft.azure:azure-mgmt-servicebus:1.41.4