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

182 строки
7.5 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.appservice.Address.address1()
name: address1()
nameWithType: Address.address1()
returns:
description: <p>the address1 value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the address1 value.</p>
<p></p>
syntax: public String address1()
uid: com.microsoft.azure.management.appservice.Address.address1()
- fullName: com.microsoft.azure.management.appservice.Address.address2()
name: address2()
nameWithType: Address.address2()
returns:
description: <p>the address2 value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the address2 value.</p>
<p></p>
syntax: public String address2()
uid: com.microsoft.azure.management.appservice.Address.address2()
- fullName: com.microsoft.azure.management.appservice.Address.city()
name: city()
nameWithType: Address.city()
returns:
description: <p>the city value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the city value.</p>
<p></p>
syntax: public String city()
uid: com.microsoft.azure.management.appservice.Address.city()
- fullName: com.microsoft.azure.management.appservice.Address.country()
name: country()
nameWithType: Address.country()
returns:
description: <p>the country value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the country value.</p>
<p></p>
syntax: public String country()
uid: com.microsoft.azure.management.appservice.Address.country()
- fullName: com.microsoft.azure.management.appservice.Address.postalCode()
name: postalCode()
nameWithType: Address.postalCode()
returns:
description: <p>the postalCode value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the postalCode value.</p>
<p></p>
syntax: public String postalCode()
uid: com.microsoft.azure.management.appservice.Address.postalCode()
- fullName: com.microsoft.azure.management.appservice.Address.state()
name: state()
nameWithType: Address.state()
returns:
description: <p>the state value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the state value.</p>
<p></p>
syntax: public String state()
uid: com.microsoft.azure.management.appservice.Address.state()
- fullName: com.microsoft.azure.management.appservice.Address.withAddress1(String address1)
name: withAddress1(String address1)
nameWithType: Address.withAddress1(String address1)
parameters:
- description: <p>the address1 value to set </p>
name: address1
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Address object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.Address?alt=com.microsoft.azure.management.appservice.Address&text=Address" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the address1 value.</p>
<p></p>
syntax: public Address withAddress1(String address1)
uid: com.microsoft.azure.management.appservice.Address.withAddress1(String)
- fullName: com.microsoft.azure.management.appservice.Address.withAddress2(String address2)
name: withAddress2(String address2)
nameWithType: Address.withAddress2(String address2)
parameters:
- description: <p>the address2 value to set </p>
name: address2
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Address object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.Address?alt=com.microsoft.azure.management.appservice.Address&text=Address" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the address2 value.</p>
<p></p>
syntax: public Address withAddress2(String address2)
uid: com.microsoft.azure.management.appservice.Address.withAddress2(String)
- fullName: com.microsoft.azure.management.appservice.Address.withCity(String city)
name: withCity(String city)
nameWithType: Address.withCity(String city)
parameters:
- description: <p>the city value to set </p>
name: city
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Address object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.Address?alt=com.microsoft.azure.management.appservice.Address&text=Address" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the city value.</p>
<p></p>
syntax: public Address withCity(String city)
uid: com.microsoft.azure.management.appservice.Address.withCity(String)
- fullName: com.microsoft.azure.management.appservice.Address.withCountry(String country)
name: withCountry(String country)
nameWithType: Address.withCountry(String country)
parameters:
- description: <p>the country value to set </p>
name: country
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Address object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.Address?alt=com.microsoft.azure.management.appservice.Address&text=Address" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the country value.</p>
<p></p>
syntax: public Address withCountry(String country)
uid: com.microsoft.azure.management.appservice.Address.withCountry(String)
- fullName: com.microsoft.azure.management.appservice.Address.withPostalCode(String postalCode)
name: withPostalCode(String postalCode)
nameWithType: Address.withPostalCode(String postalCode)
parameters:
- description: <p>the postalCode value to set </p>
name: postalCode
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Address object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.Address?alt=com.microsoft.azure.management.appservice.Address&text=Address" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the postalCode value.</p>
<p></p>
syntax: public Address withPostalCode(String postalCode)
uid: com.microsoft.azure.management.appservice.Address.withPostalCode(String)
- fullName: com.microsoft.azure.management.appservice.Address.withState(String state)
name: withState(String state)
nameWithType: Address.withState(String state)
parameters:
- description: <p>the state value to set </p>
name: state
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Address object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.Address?alt=com.microsoft.azure.management.appservice.Address&text=Address" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the state value.</p>
<p></p>
syntax: public Address withState(String state)
uid: com.microsoft.azure.management.appservice.Address.withState(String)
nameWithType: Address
syntax: public class Address
type: class
uid: com.microsoft.azure.management.appservice.Address
fullName: com.microsoft.azure.management.appservice.Address
name: Address
package: com.microsoft.azure.management.appservice
summary: <p>Address information for domain registration. </p>
metadata: {}