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

222 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.models.Address"
fullName: "com.azure.resourcemanager.appservice.models.Address"
name: "Address"
nameWithType: "Address"
summary: "Address information for domain registration."
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 **Address**</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.appservice.models.Address?alt=com.azure.resourcemanager.appservice.models.Address&text=Address\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appservice.models.Address.Address()"
fullName: "com.azure.resourcemanager.appservice.models.Address.Address()"
name: "Address()"
nameWithType: "Address.Address()"
summary: "Creates an instance of Address class."
syntax: "public Address()"
desc: "Creates an instance of Address class."
methods:
- uid: "com.azure.resourcemanager.appservice.models.Address.address1()"
fullName: "com.azure.resourcemanager.appservice.models.Address.address1()"
name: "address1()"
nameWithType: "Address.address1()"
summary: "Get the address1 property: First line of an Address."
syntax: "public String address1()"
desc: "Get the address1 property: First line of an Address."
returns:
description: "the address1 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.Address.address2()"
fullName: "com.azure.resourcemanager.appservice.models.Address.address2()"
name: "address2()"
nameWithType: "Address.address2()"
summary: "Get the address2 property: The second line of the Address."
syntax: "public String address2()"
desc: "Get the address2 property: The second line of the Address. Optional."
returns:
description: "the address2 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.Address.city()"
fullName: "com.azure.resourcemanager.appservice.models.Address.city()"
name: "city()"
nameWithType: "Address.city()"
summary: "Get the city property: The city for the address."
syntax: "public String city()"
desc: "Get the city property: The city for the address."
returns:
description: "the city value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.Address.country()"
fullName: "com.azure.resourcemanager.appservice.models.Address.country()"
name: "country()"
nameWithType: "Address.country()"
summary: "Get the country property: The country for the address."
syntax: "public String country()"
desc: "Get the country property: The country for the address."
returns:
description: "the country value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.Address.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appservice.models.Address.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "Address.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Address 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 Address fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of Address from the JsonReader."
returns:
description: "An instance of Address if the JsonReader was pointing to an instance of it, or null if it was pointing to\n JSON null."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Address?alt=com.azure.resourcemanager.appservice.models.Address&text=Address\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Address.postalCode()"
fullName: "com.azure.resourcemanager.appservice.models.Address.postalCode()"
name: "postalCode()"
nameWithType: "Address.postalCode()"
summary: "Get the postal<wbr>Code property: The postal code for the address."
syntax: "public String postalCode()"
desc: "Get the postalCode property: The postal code for the address."
returns:
description: "the postalCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.Address.state()"
fullName: "com.azure.resourcemanager.appservice.models.Address.state()"
name: "state()"
nameWithType: "Address.state()"
summary: "Get the state property: The state or province for the address."
syntax: "public String state()"
desc: "Get the state property: The state or province for the address."
returns:
description: "the state value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.Address.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appservice.models.Address.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "Address.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.appservice.models.Address.validate()"
fullName: "com.azure.resourcemanager.appservice.models.Address.validate()"
name: "validate()"
nameWithType: "Address.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appservice.models.Address.withAddress1(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.Address.withAddress1(String address1)"
name: "withAddress1(String address1)"
nameWithType: "Address.withAddress1(String address1)"
summary: "Set the address1 property: First line of an Address."
parameters:
- description: "the address1 value to set."
name: "address1"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Address withAddress1(String address1)"
desc: "Set the address1 property: First line of an Address."
returns:
description: "the Address object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Address?alt=com.azure.resourcemanager.appservice.models.Address&text=Address\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Address.withAddress2(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.Address.withAddress2(String address2)"
name: "withAddress2(String address2)"
nameWithType: "Address.withAddress2(String address2)"
summary: "Set the address2 property: The second line of the Address."
parameters:
- description: "the address2 value to set."
name: "address2"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Address withAddress2(String address2)"
desc: "Set the address2 property: The second line of the Address. Optional."
returns:
description: "the Address object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Address?alt=com.azure.resourcemanager.appservice.models.Address&text=Address\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Address.withCity(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.Address.withCity(String city)"
name: "withCity(String city)"
nameWithType: "Address.withCity(String city)"
summary: "Set the city property: The city for the address."
parameters:
- description: "the city value to set."
name: "city"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Address withCity(String city)"
desc: "Set the city property: The city for the address."
returns:
description: "the Address object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Address?alt=com.azure.resourcemanager.appservice.models.Address&text=Address\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Address.withCountry(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.Address.withCountry(String country)"
name: "withCountry(String country)"
nameWithType: "Address.withCountry(String country)"
summary: "Set the country property: The country for the address."
parameters:
- description: "the country value to set."
name: "country"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Address withCountry(String country)"
desc: "Set the country property: The country for the address."
returns:
description: "the Address object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Address?alt=com.azure.resourcemanager.appservice.models.Address&text=Address\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Address.withPostalCode(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.Address.withPostalCode(String postalCode)"
name: "withPostalCode(String postalCode)"
nameWithType: "Address.withPostalCode(String postalCode)"
summary: "Set the postal<wbr>Code property: The postal code for the address."
parameters:
- description: "the postalCode value to set."
name: "postalCode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Address withPostalCode(String postalCode)"
desc: "Set the postalCode property: The postal code for the address."
returns:
description: "the Address object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Address?alt=com.azure.resourcemanager.appservice.models.Address&text=Address\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Address.withState(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.Address.withState(String state)"
name: "withState(String state)"
nameWithType: "Address.withState(String state)"
summary: "Set the state property: The state or province for the address."
parameters:
- description: "the state value to set."
name: "state"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Address withState(String state)"
desc: "Set the state property: The state or province for the address."
returns:
description: "the Address object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Address?alt=com.azure.resourcemanager.appservice.models.Address&text=Address\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Address information for domain registration."
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.appservice.models.Address?alt=com.azure.resourcemanager.appservice.models.Address&text=Address\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0