VirtualNetworkRuleListResult Class

The response from the List namespace operation.

Inheritance
VirtualNetworkRuleListResult

Constructor

VirtualNetworkRuleListResult(*, value: Optional[List[azure.mgmt.eventhub.v2018_01_01_preview.models._models_py3.VirtualNetworkRule]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[VirtualNetworkRule]

Result of the List VirtualNetwork Rules operation.

next_link
str

Link to the next set of results. Not empty if Value contains an incomplete list of VirtualNetwork Rules.