public class AzureFirewallPublicIPAddress extends Object
| Constructor and Description |
|---|
AzureFirewallPublicIPAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Get public IP Address value.
|
AzureFirewallPublicIPAddress |
withAddress(String address)
Set public IP Address value.
|
public String address()
public AzureFirewallPublicIPAddress withAddress(String address)
address - the address value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/