PublicIPPrefixListResult Class
Response for ListPublicIpPrefixes API service call.
- Inheritance
-
PublicIPPrefixListResult
Constructor
PublicIPPrefixListResult(*, value: typing.Union[typing.List[_ForwardRef('PublicIPPrefix')], NoneType] = None, next_link: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- value
- list[PublicIPPrefix]
A list of public IP prefixes that exists in a resource group.
- next_link
- str
The URL to get the next set of results.
Feedback
Submit and view feedback for