Sdílet prostřednictvím


WorkloadNetworkDhcpServer Konstruktory

Definice

Přetížení

WorkloadNetworkDhcpServer()

Inicializuje novou instanci Třídy WorkloadNetworkDhcpServer.

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

Inicializuje novou instanci Třídy WorkloadNetworkDhcpServer.

WorkloadNetworkDhcpServer()

Inicializuje novou instanci Třídy WorkloadNetworkDhcpServer.

public WorkloadNetworkDhcpServer ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci Třídy WorkloadNetworkDhcpServer.

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)

Parametry

displayName
String

Zobrazovaný název entity DHCP.

segments
IList<String>

Segmenty NSX využívající protokol DHCP.

provisioningState
String

Stav zřizování. Mezi možné hodnoty patří: "Succeeded", 'Failed', 'Building', 'Deleting', 'Updating'

revision
Nullable<Int64>

Číslo revize NSX.

serverAddress
String

Adresa serveru DHCP.

leaseTime
Nullable<Int64>

Doba zapůjčení serveru DHCP

Platí pro