VirtualNetworkListUsageResult Class
Response for the virtual networks GetUsage API service call.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
VirtualNetworkListUsageResult(*, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
next_link
|
The URL to get the next set of results. Default value: None
|
Variables
| Name | Description |
|---|---|
|
value
|
VirtualNetwork usage stats. |
|
next_link
|
The URL to get the next set of results. |