public final class AzureFirewallPublicIpAddress extends Object
| Constructor and Description |
|---|
AzureFirewallPublicIpAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Get the address property: Public IP Address value.
|
void |
validate()
Validates the instance.
|
AzureFirewallPublicIpAddress |
withAddress(String address)
Set the address property: Public IP Address value.
|
public String address()
public AzureFirewallPublicIpAddress withAddress(String address)
address - the address value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.