HubPublicIPAddressesResponse

data class HubPublicIPAddressesResponse(val addresses: List<AzureFirewallPublicIPAddressResponse>? = null, val count: Int? = null)

Public IP addresses associated with azure firewall.

Constructors

Link copied to clipboard
constructor(addresses: List<AzureFirewallPublicIPAddressResponse>? = null, count: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of Public IP addresses associated with azure firewall or IP addresses to be retained.

Link copied to clipboard
val count: Int? = null

The number of Public IP addresses associated with azure firewall.