Compartilhar via


ListVirtualNetworkGatewayNatRulesResult Class

Result of the request to list all nat rules to a virtual network gateway. It contains a list of Nat rules and a URL nextLink to get the next set of results.

Inheritance
azure.mgmt.network._serialization.Model
ListVirtualNetworkGatewayNatRulesResult

Constructor

ListVirtualNetworkGatewayNatRulesResult(*, value: List[_models.VirtualNetworkGatewayNatRule] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

List of Nat Rules.

next_link
str

URL to get the next set of operation list results if there are any.

Variables

Name Description
value

List of Nat Rules.

next_link
str

URL to get the next set of operation list results if there are any.