Class AddressResponseProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.AddressResponseProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<AddressResponseProperties>
public final class AddressResponseProperties
extends Object
implements com.azure.json.JsonSerializable<AddressResponseProperties>
AddressResponse resource specific properties.
-
Method Summary
Modifier and TypeMethodDescriptionstatic AddressResponsePropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AddressResponseProperties from the JsonReader.Get the internalIpAddress property: Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.Get the outboundIpAddresses property: IP addresses appearing on outbound connections.Get the serviceIpAddress property: Main public virtual IP.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.Get the vipMappings property: Additional virtual IPs.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
serviceIpAddress
Get the serviceIpAddress property: Main public virtual IP.- Returns:
- the serviceIpAddress value.
-
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.
-
outboundIpAddresses
-
vipMappings
Get the vipMappings property: Additional virtual IPs.- Returns:
- the vipMappings value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<AddressResponseProperties>- Throws:
IOException
-
fromJson
public static AddressResponseProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of AddressResponseProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of AddressResponseProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the AddressResponseProperties.
-