WorkloadNetworkSegmentSubnet Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- gatewayAddress
- String
Gateway address.