EndpointPropertiesSubnetsItem Konstruktoren

Definition

Überlädt

EndpointPropertiesSubnetsItem()

Initialisiert eine neue instance der EndpointPropertiesSubnetsItem-Klasse.

EndpointPropertiesSubnetsItem(String, String, Nullable<Int32>)

Initialisiert eine neue instance der EndpointPropertiesSubnetsItem-Klasse.

EndpointPropertiesSubnetsItem()

Initialisiert eine neue instance der EndpointPropertiesSubnetsItem-Klasse.

public EndpointPropertiesSubnetsItem ();
Public Sub New ()

Gilt für:

EndpointPropertiesSubnetsItem(String, String, Nullable<Int32>)

Initialisiert eine neue instance der EndpointPropertiesSubnetsItem-Klasse.

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)

Parameter

first
String

Erste Adresse im Subnetz.

last
String

Letzte Adresse im Subnetz.

scope
Nullable<Int32>

Blockgröße (Anzahl der führenden Bits in der Subnetzmaske).

Gilt für: