azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

108 строки
8.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput"
fullName: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput"
name: "CheckNameAvailabilityOutput"
nameWithType: "CheckNameAvailabilityOutput"
summary: "Output of check name availability API."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **CheckNameAvailabilityOutput**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput?alt=com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput&text=CheckNameAvailabilityOutput\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput.CheckNameAvailabilityOutput()"
fullName: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput.CheckNameAvailabilityOutput()"
name: "CheckNameAvailabilityOutput()"
nameWithType: "CheckNameAvailabilityOutput.CheckNameAvailabilityOutput()"
summary: "Creates an instance of Check<wbr>Name<wbr>Availability<wbr>Output class."
syntax: "public CheckNameAvailabilityOutput()"
desc: "Creates an instance of CheckNameAvailabilityOutput class."
methods:
- uid: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "CheckNameAvailabilityOutput.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Check<wbr>Name<wbr>Availability<wbr>Output from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CheckNameAvailabilityOutput fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the CheckNameAvailabilityOutput."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CheckNameAvailabilityOutput from the JsonReader."
returns:
description: "An instance of CheckNameAvailabilityOutput if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput?alt=com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput&text=CheckNameAvailabilityOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput.isNameAvailable()"
fullName: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput.isNameAvailable()"
name: "isNameAvailable()"
nameWithType: "CheckNameAvailabilityOutput.isNameAvailable()"
summary: "Get the is<wbr>Name<wbr>Available property: A value indicating whether the name is available."
syntax: "public Boolean isNameAvailable()"
desc: "Get the isNameAvailable property: A value indicating whether the name is available."
returns:
description: "the isNameAvailable value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput.message()"
fullName: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput.message()"
name: "message()"
nameWithType: "CheckNameAvailabilityOutput.message()"
summary: "Get the message property: A message that explains why the name is invalid and provides resource naming requirements."
syntax: "public String message()"
desc: "Get the message property: A message that explains why the name is invalid and provides resource naming requirements. Available only if 'Invalid' is returned in the 'reason' property."
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.search.models.CheckNameAvailabilityOutput.reason()"
fullName: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput.reason()"
name: "reason()"
nameWithType: "CheckNameAvailabilityOutput.reason()"
summary: "Get the reason property: The reason why the name is not available."
syntax: "public UnavailableNameReason reason()"
desc: "Get the reason property: The reason why the name is not available. 'Invalid' indicates the name provided does not match the naming requirements (incorrect length, unsupported characters, etc.). 'AlreadyExists' indicates that the name is already in use and is therefore unavailable."
returns:
description: "the reason value."
type: "<xref href=\"com.azure.resourcemanager.search.models.UnavailableNameReason?alt=com.azure.resourcemanager.search.models.UnavailableNameReason&text=UnavailableNameReason\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "CheckNameAvailabilityOutput.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput.validate()"
fullName: "com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput.validate()"
name: "validate()"
nameWithType: "CheckNameAvailabilityOutput.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "Output of check name availability API."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput?alt=com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput&text=CheckNameAvailabilityOutput\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.search.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-search:2.42.0