NatGatewayListResult Class

Response for ListNatGateways API service call.

Inheritance
NatGatewayListResult

Constructor

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

Parameters

value
list[NatGateway]

A list of Nat Gateways that exists in a resource group.

next_link
str

The URL to get the next set of results.