你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Subnet Class

Definition

Subnets of the network.

public class Subnet
type Subnet = class
Public Class Subnet
Inheritance
Subnet

Constructors

Subnet()

Initializes a new instance of the Subnet class.

Subnet(String, String, IList<String>)

Initializes a new instance of the Subnet class.

Properties

AddressList

Gets or sets the list of addresses for the subnet.

FriendlyName

Gets or sets the subnet friendly name.

Name

Gets or sets the subnet name.

Applies to