Compartilhar via


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.

Inheritance
azure.mgmt.network._serialization.Model
VirtualNetworkListUsageResult

Constructor

VirtualNetworkListUsageResult(*, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
next_link
str

The URL to get the next set of results.

Variables

Name Description
value

VirtualNetwork usage stats.

next_link
str

The URL to get the next set of results.