VirtualNetworkPeeringListResult Class
Response for ListSubnets API service call. Retrieves all subnets that belong to a virtual network.
- Inheritance
-
azure.mgmt.network._serialization.ModelVirtualNetworkPeeringListResult
Constructor
VirtualNetworkPeeringListResult(*, value: List[_models.VirtualNetworkPeering] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The peerings in a virtual network. |
next_link
|
The URL to get the next set of results. |
Variables
Name | Description |
---|---|
value
|
The peerings in a virtual network. |
next_link
|
The URL to get the next set of results. |