IpAddressRange Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. IpAddressRange
- com.
Implements
public final class IpAddressRange
implements JsonSerializable<IpAddressRange>
The ip address range.
Constructor Summary
Constructor | Description |
---|---|
IpAddressRange() |
Creates an instance of Ip |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
addressRange()
Get the address |
static
Ip |
fromJson(JsonReader jsonReader)
Reads an instance of Ip |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Ip |
withAddressRange(String addressRange)
Set the address |
Methods inherited from java.lang.Object
Constructor Details
IpAddressRange
public IpAddressRange()
Creates an instance of IpAddressRange class.
Method Details
addressRange
public String addressRange()
Get the addressRange property: The IP address range.
Returns:
fromJson
public static IpAddressRange fromJson(JsonReader jsonReader)
Reads an instance of IpAddressRange from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAddressRange
public IpAddressRange withAddressRange(String addressRange)
Set the addressRange property: The IP address range.
Parameters:
Returns:
Applies to
Azure SDK for Java