WorkloadNetworkDhcpRelay Constructors

Definition

Overloads

WorkloadNetworkDhcpRelay()

Initializes a new instance of the WorkloadNetworkDhcpRelay class.

WorkloadNetworkDhcpRelay(String, IList<String>, String, Nullable<Int64>, IList<String>)

Initializes a new instance of the WorkloadNetworkDhcpRelay class.

WorkloadNetworkDhcpRelay()

Initializes a new instance of the WorkloadNetworkDhcpRelay class.

public WorkloadNetworkDhcpRelay ();
Public Sub New ()

Applies to

WorkloadNetworkDhcpRelay(String, IList<String>, String, Nullable<Int64>, IList<String>)

Initializes a new instance of the WorkloadNetworkDhcpRelay class.

public WorkloadNetworkDhcpRelay (string displayName = default, System.Collections.Generic.IList<string> segments = default, string provisioningState = default, long? revision = default, System.Collections.Generic.IList<string> serverAddresses = default);
new Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcpRelay : string * System.Collections.Generic.IList<string> * string * Nullable<int64> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcpRelay
Public Sub New (Optional displayName As String = Nothing, Optional segments As IList(Of String) = Nothing, Optional provisioningState As String = Nothing, Optional revision As Nullable(Of Long) = Nothing, Optional serverAddresses As IList(Of String) = Nothing)

Parameters

displayName
String

Display name of the DHCP entity.

segments
IList<String>

NSX Segments consuming DHCP.

provisioningState
String

The provisioning state. Possible values include: 'Succeeded', 'Failed', 'Building', 'Deleting', 'Updating'

revision
Nullable<Int64>

NSX revision number.

serverAddresses
IList<String>

DHCP Relay Addresses. Max 3.

Applies to