WorkloadNetworkDhcpEntity Constructors

Definition

Overloads

WorkloadNetworkDhcpEntity()

Initializes a new instance of the WorkloadNetworkDhcpEntity class.

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

Initializes a new instance of the WorkloadNetworkDhcpEntity class.

WorkloadNetworkDhcpEntity()

Initializes a new instance of the WorkloadNetworkDhcpEntity class.

public WorkloadNetworkDhcpEntity ();
Public Sub New ()

Applies to

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

Initializes a new instance of the WorkloadNetworkDhcpEntity class.

public WorkloadNetworkDhcpEntity (string displayName = default, System.Collections.Generic.IList<string> segments = default, string provisioningState = default, long? revision = default);
new Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcpEntity : string * System.Collections.Generic.IList<string> * string * Nullable<int64> -> Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcpEntity
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)

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.

Applies to