WorkloadNetworkDhcpServer Constructors

Definition

Overloads

WorkloadNetworkDhcpServer()

Initializes a new instance of the WorkloadNetworkDhcpServer class.

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

Initializes a new instance of the WorkloadNetworkDhcpServer class.

WorkloadNetworkDhcpServer()

Initializes a new instance of the WorkloadNetworkDhcpServer class.

public WorkloadNetworkDhcpServer ();
Public Sub New ()

Applies to

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

Initializes a new instance of the WorkloadNetworkDhcpServer class.

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

serverAddress
String

DHCP Server Address.

leaseTime
Nullable<Int64>

DHCP Server Lease Time.

Applies to