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

46 строки
3.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.CheckNameAvailabilityResult"
fullName: "com.microsoft.azure.management.sql.CheckNameAvailabilityResult"
name: "CheckNameAvailabilityResult"
nameWithType: "CheckNameAvailabilityResult"
summary: "The result of checking for the SQL server 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.sql.implementation.CheckNameAvailabilityResponseInner?alt=com.microsoft.azure.management.sql.implementation.CheckNameAvailabilityResponseInner&text=CheckNameAvailabilityResponseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.sql.CheckNameAvailabilityResult.isAvailable()"
fullName: "com.microsoft.azure.management.sql.CheckNameAvailabilityResult.isAvailable()"
name: "isAvailable()"
nameWithType: "CheckNameAvailabilityResult.isAvailable()"
modifiers:
- "abstract"
syntax: "public abstract boolean isAvailable()"
returns:
description: "true if the specified name is valid and available for use, otherwise false"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.CheckNameAvailabilityResult.unavailabilityMessage()"
fullName: "com.microsoft.azure.management.sql.CheckNameAvailabilityResult.unavailabilityMessage()"
name: "unavailabilityMessage()"
nameWithType: "CheckNameAvailabilityResult.unavailabilityMessage()"
modifiers:
- "abstract"
syntax: "public abstract String unavailabilityMessage()"
returns:
description: "the error message that provides more detail for the reason why the name is not available"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.CheckNameAvailabilityResult.unavailabilityReason()"
fullName: "com.microsoft.azure.management.sql.CheckNameAvailabilityResult.unavailabilityReason()"
name: "unavailabilityReason()"
nameWithType: "CheckNameAvailabilityResult.unavailabilityReason()"
modifiers:
- "abstract"
syntax: "public abstract String unavailabilityReason()"
returns:
description: "the reason why the user-provided name for the SQL server could not be used"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The result of checking for the SQL server 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.sql.implementation.CheckNameAvailabilityResponseInner?alt=com.microsoft.azure.management.sql.implementation.CheckNameAvailabilityResponseInner&text=CheckNameAvailabilityResponseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4