VirtualNetworkListUsageResult interface
Response for the virtual networks GetUsage API service call.
Properties
next |
The URL to get the next set of results. |
value | VirtualNetwork usage stats. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
The URL to get the next set of results.
nextLink?: string
Property Value
string
value
VirtualNetwork usage stats. NOTE: This property will not be serialized. It can only be populated by the server.
value?: VirtualNetworkUsage[]