Condividi tramite


AddressResponseInner Class

public final class AddressResponseInner
extends ProxyResource

Describes main public IP address and any extra virtual IPs.

Method Summary

Modifier and Type Method and Description
static AddressResponseInner fromJson(JsonReader jsonReader)

Reads an instance of AddressResponseInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String internalIpAddress()

Get the internalIpAddress property: Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.

String kind()

Get the kind property: Kind of resource.

String name()

Get the name property: The name of the resource.

List<String> outboundIpAddresses()

Get the outboundIpAddresses property: IP addresses appearing on outbound connections.

String serviceIpAddress()

Get the serviceIpAddress property: Main public virtual IP.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

List<VirtualIpMapping> vipMappings()

Get the vipMappings property: Additional virtual IPs.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Method Details

fromJson

public static AddressResponseInner fromJson(JsonReader jsonReader)

Reads an instance of AddressResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AddressResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

AddressResponseInner.id()

Returns:

the id value.

internalIpAddress

public String internalIpAddress()

Get the internalIpAddress property: Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.

Returns:

the internalIpAddress value.

kind

public String kind()

Get the kind property: Kind of resource.

Returns:

the kind value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

AddressResponseInner.name()

Returns:

the name value.

outboundIpAddresses

public List<String> outboundIpAddresses()

Get the outboundIpAddresses property: IP addresses appearing on outbound connections.

Returns:

the outboundIpAddresses value.

serviceIpAddress

public String serviceIpAddress()

Get the serviceIpAddress property: Main public virtual IP.

Returns:

the serviceIpAddress value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

AddressResponseInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

AddressResponseInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

vipMappings

public List<VirtualIpMapping> vipMappings()

Get the vipMappings property: Additional virtual IPs.

Returns:

the vipMappings value.

Applies to