Partager via


EndpointPropertiesSubnetsItem Constructeurs

Définition

Surcharges

EndpointPropertiesSubnetsItem()

Initialise une nouvelle instance de la classe EndpointPropertiesSubnetsItem.

EndpointPropertiesSubnetsItem(String, String, Nullable<Int32>)

Initialise une nouvelle instance de la classe EndpointPropertiesSubnetsItem.

EndpointPropertiesSubnetsItem()

Initialise une nouvelle instance de la classe EndpointPropertiesSubnetsItem.

public EndpointPropertiesSubnetsItem ();
Public Sub New ()

S’applique à

EndpointPropertiesSubnetsItem(String, String, Nullable<Int32>)

Initialise une nouvelle instance de la classe 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)

Paramètres

first
String

Première adresse du sous-réseau.

last
String

Dernière adresse dans le sous-réseau.

scope
Nullable<Int32>

Taille du bloc (nombre de bits de début dans le masque de sous-réseau).

S’applique à