52 строки
3.3 KiB
YAML
52 строки
3.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.keyvault.CheckNameAvailabilityResult"
|
|
fullName: "com.microsoft.azure.management.keyvault.CheckNameAvailabilityResult"
|
|
name: "CheckNameAvailabilityResult"
|
|
nameWithType: "CheckNameAvailabilityResult"
|
|
summary: "The Check<wbr>Name<wbr>Availability operation response wrapper."
|
|
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\" /><<xref href=\"com.microsoft.azure.management.keyvault.implementation.CheckNameAvailabilityResultInner?alt=com.microsoft.azure.management.keyvault.implementation.CheckNameAvailabilityResultInner&text=CheckNameAvailabilityResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.keyvault.CheckNameAvailabilityResult.message()"
|
|
fullName: "com.microsoft.azure.management.keyvault.CheckNameAvailabilityResult.message()"
|
|
name: "message()"
|
|
nameWithType: "CheckNameAvailabilityResult.message()"
|
|
summary: "Get the message value."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String message()"
|
|
desc: "Get the message value."
|
|
returns:
|
|
description: "the message value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.keyvault.CheckNameAvailabilityResult.nameAvailable()"
|
|
fullName: "com.microsoft.azure.management.keyvault.CheckNameAvailabilityResult.nameAvailable()"
|
|
name: "nameAvailable()"
|
|
nameWithType: "CheckNameAvailabilityResult.nameAvailable()"
|
|
summary: "Get the name<wbr>Available value."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Boolean nameAvailable()"
|
|
desc: "Get the nameAvailable value."
|
|
returns:
|
|
description: "the nameAvailable value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.keyvault.CheckNameAvailabilityResult.reason()"
|
|
fullName: "com.microsoft.azure.management.keyvault.CheckNameAvailabilityResult.reason()"
|
|
name: "reason()"
|
|
nameWithType: "CheckNameAvailabilityResult.reason()"
|
|
summary: "Get the reason value."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Reason reason()"
|
|
desc: "Get the reason value."
|
|
returns:
|
|
description: "the reason value"
|
|
type: "<xref href=\"com.microsoft.azure.management.keyvault.Reason?alt=com.microsoft.azure.management.keyvault.Reason&text=Reason\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The CheckNameAvailability operation response wrapper."
|
|
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\" /><<xref href=\"com.microsoft.azure.management.keyvault.implementation.CheckNameAvailabilityResultInner?alt=com.microsoft.azure.management.keyvault.implementation.CheckNameAvailabilityResultInner&text=CheckNameAvailabilityResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.keyvault"
|
|
artifact: com.microsoft.azure:azure-mgmt-keyvault:1.41.4
|