Class IpAddressRange
java.lang.Object
com.azure.resourcemanager.appservice.models.IpAddressRange
The ip address range.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the addressRange property: The IP address range.voidvalidate()Validates the instance.withAddressRange(String addressRange) Set the addressRange property: The IP address range.
-
Constructor Details
-
IpAddressRange
public IpAddressRange()Creates an instance of IpAddressRange class.
-
-
Method Details
-
addressRange
Get the addressRange property: The IP address range.- Returns:
- the addressRange value.
-
withAddressRange
Set the addressRange property: The IP address range.- Parameters:
addressRange- the addressRange value to set.- Returns:
- the IpAddressRange object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-