WorkloadNetworkSegmentSubnet Constructors

Definition

Overloads

WorkloadNetworkSegmentSubnet()

Initializes a new instance of the WorkloadNetworkSegmentSubnet class.

WorkloadNetworkSegmentSubnet(IList<String>, String)

Initializes a new instance of the WorkloadNetworkSegmentSubnet class.

WorkloadNetworkSegmentSubnet()

Initializes a new instance of the WorkloadNetworkSegmentSubnet class.

public WorkloadNetworkSegmentSubnet ();
Public Sub New ()

Applies to

WorkloadNetworkSegmentSubnet(IList<String>, String)

Initializes a new instance of the WorkloadNetworkSegmentSubnet class.

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)

Parameters

dhcpRanges
IList<String>

DHCP Range assigned for subnet.

gatewayAddress
String

Gateway address.

Applies to