AzureFirewallPublicIpAddress Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. AzureFirewallPublicIpAddress
- com.
Implements
public final class AzureFirewallPublicIpAddress
implements JsonSerializable<AzureFirewallPublicIpAddress>
Public IP Address associated with azure firewall.
Constructor Summary
Constructor | Description |
---|---|
AzureFirewallPublicIpAddress() |
Creates an instance of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
address()
Get the address property: Public IP Address value. |
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Azure |
withAddress(String address)
Set the address property: Public IP Address value. |
Methods inherited from java.lang.Object
Constructor Details
AzureFirewallPublicIpAddress
public AzureFirewallPublicIpAddress()
Creates an instance of AzureFirewallPublicIpAddress class.
Method Details
address
public String address()
Get the address property: Public IP Address value.
Returns:
fromJson
public static AzureFirewallPublicIpAddress fromJson(JsonReader jsonReader)
Reads an instance of AzureFirewallPublicIpAddress from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAddress
public AzureFirewallPublicIpAddress withAddress(String address)
Set the address property: Public IP Address value.
Parameters:
Returns:
Applies to
Azure SDK for Java