次の方法で共有


SubnetListResult Class

Definition

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.

Applies to