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

EndpointPropertiesSubnetsItem 构造函数

定义

重载

EndpointPropertiesSubnetsItem()

初始化 EndpointPropertiesSubnetsItem 类的新实例。

EndpointPropertiesSubnetsItem(String, String, Nullable<Int32>)

初始化 EndpointPropertiesSubnetsItem 类的新实例。

EndpointPropertiesSubnetsItem()

初始化 EndpointPropertiesSubnetsItem 类的新实例。

public EndpointPropertiesSubnetsItem ();
Public Sub New ()

适用于

EndpointPropertiesSubnetsItem(String, String, Nullable<Int32>)

初始化 EndpointPropertiesSubnetsItem 类的新实例。

public EndpointPropertiesSubnetsItem (string first = default, string last = default, int? scope = default);
new Microsoft.Azure.Management.TrafficManager.Fluent.Models.EndpointPropertiesSubnetsItem : string * string * Nullable<int> -> Microsoft.Azure.Management.TrafficManager.Fluent.Models.EndpointPropertiesSubnetsItem
Public Sub New (Optional first As String = Nothing, Optional last As String = Nothing, Optional scope As Nullable(Of Integer) = Nothing)

参数

first
String

子网中的第一个地址。

last
String

子网中的最后一个地址。

scope
Nullable<Int32>

块大小 (子网掩码) 中的前导位数。

适用于