62 строки
3.9 KiB
YAML
62 строки
3.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.batch.models.CheckNameAvailabilityResult"
|
|
fullName: "com.azure.resourcemanager.batch.models.CheckNameAvailabilityResult"
|
|
name: "CheckNameAvailabilityResult"
|
|
nameWithType: "CheckNameAvailabilityResult"
|
|
summary: "An immutable client-side representation of Check<wbr>Name<wbr>Availability<wbr>Result."
|
|
syntax: "public interface **CheckNameAvailabilityResult**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.batch.models.CheckNameAvailabilityResult.innerModel()"
|
|
fullName: "com.azure.resourcemanager.batch.models.CheckNameAvailabilityResult.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "CheckNameAvailabilityResult.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>batch.<wbr>fluent.<wbr>models.<wbr>Check<wbr>Name<wbr>Availability<wbr>Result<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract CheckNameAvailabilityResultInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.batch.fluent.models.CheckNameAvailabilityResultInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.batch.fluent.models.CheckNameAvailabilityResultInner?alt=com.azure.resourcemanager.batch.fluent.models.CheckNameAvailabilityResultInner&text=CheckNameAvailabilityResultInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.batch.models.CheckNameAvailabilityResult.message()"
|
|
fullName: "com.azure.resourcemanager.batch.models.CheckNameAvailabilityResult.message()"
|
|
name: "message()"
|
|
nameWithType: "CheckNameAvailabilityResult.message()"
|
|
summary: "Gets the message property: Gets an error message explaining the Reason value in more detail."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String message()"
|
|
desc: "Gets the message property: Gets an error message explaining the Reason value in more detail."
|
|
returns:
|
|
description: "the message value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.batch.models.CheckNameAvailabilityResult.nameAvailable()"
|
|
fullName: "com.azure.resourcemanager.batch.models.CheckNameAvailabilityResult.nameAvailable()"
|
|
name: "nameAvailable()"
|
|
nameWithType: "CheckNameAvailabilityResult.nameAvailable()"
|
|
summary: "Gets the name<wbr>Available property: Gets a boolean value that indicates whether the name is available for you to use."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Boolean nameAvailable()"
|
|
desc: "Gets the nameAvailable property: Gets a boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or invalid and cannot be used."
|
|
returns:
|
|
description: "the nameAvailable value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.batch.models.CheckNameAvailabilityResult.reason()"
|
|
fullName: "com.azure.resourcemanager.batch.models.CheckNameAvailabilityResult.reason()"
|
|
name: "reason()"
|
|
nameWithType: "CheckNameAvailabilityResult.reason()"
|
|
summary: "Gets the reason property: Gets the reason that a Batch account name could not be used."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract NameAvailabilityReason reason()"
|
|
desc: "Gets the reason property: Gets the reason that a Batch account name could not be used. The Reason element is only returned if NameAvailable is false."
|
|
returns:
|
|
description: "the reason value."
|
|
type: "<xref href=\"com.azure.resourcemanager.batch.models.NameAvailabilityReason?alt=com.azure.resourcemanager.batch.models.NameAvailabilityReason&text=NameAvailabilityReason\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of CheckNameAvailabilityResult."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.batch.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-batch:2.0.0
|