WorkloadNetworkSegmentSubnet Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- gatewayAddress
- String
Adresse de passerelle.
S’applique à
Azure SDK for .NET