SubnetListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for ListSubnets API service callRetrieves all subnet that belongs to a virtual network.
public class SubnetListResult
type SubnetListResult = class
Public Class SubnetListResult
- Inheritance
-
SubnetListResult
Constructors
SubnetListResult() |
Initializes a new instance of the SubnetListResult class. |
SubnetListResult(IList<Subnet>, String) |
Initializes a new instance of the SubnetListResult class. |
Properties
NextLink |
Gets or sets the URL to get the next set of results. |
Value |
Gets or sets the subnets in a virtual network. |