次の方法で共有


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.Models.EndpointPropertiesSubnetsItem : string * string * Nullable<int> -> Microsoft.Azure.Management.TrafficManager.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>

ブロック サイズ (サブネット マスク内の先頭ビットの数)。

適用対象