PublicIPAddressListResult Class

Response for ListPublicIpAddresses API service call.

Inheritance
PublicIPAddressListResult

Constructor

PublicIPAddressListResult(*, value: typing.Union[typing.List[_ForwardRef('PublicIPAddress')], NoneType] = None, next_link: typing.Union[str, NoneType] = None, **kwargs)

Parameters

value
list[PublicIPAddress]

A list of public IP addresses that exists in a resource group.

next_link
str

The URL to get the next set of results.