Partager via


WorkloadNetworkSegmentSubnet Constructeurs

Définition

Surcharges

WorkloadNetworkSegmentSubnet()

Initialise une nouvelle instance de la classe WorkloadNetworkSegmentSubnet.

WorkloadNetworkSegmentSubnet(IList<String>, String)

Initialise une nouvelle instance de la classe WorkloadNetworkSegmentSubnet.

WorkloadNetworkSegmentSubnet()

Initialise une nouvelle instance de la classe WorkloadNetworkSegmentSubnet.

public WorkloadNetworkSegmentSubnet ();
Public Sub New ()

S’applique à

WorkloadNetworkSegmentSubnet(IList<String>, String)

Initialise une nouvelle instance de la classe WorkloadNetworkSegmentSubnet.

public WorkloadNetworkSegmentSubnet (System.Collections.Generic.IList<string> dhcpRanges = default, string gatewayAddress = default);
new Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegmentSubnet : System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegmentSubnet
Public Sub New (Optional dhcpRanges As IList(Of String) = Nothing, Optional gatewayAddress As String = Nothing)

Paramètres

dhcpRanges
IList<String>

Plage DHCP affectée pour le sous-réseau.

gatewayAddress
String

Adresse de passerelle.

S’applique à