你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkloadNetworkDhcpServer Class

Definition

NSX DHCP Server

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.WorkloadNetworkDhcpServerTypeConverter))]
public class WorkloadNetworkDhcpServer : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IWorkloadNetworkDhcpServer, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.WorkloadNetworkDhcpServerTypeConverter))>]
type WorkloadNetworkDhcpServer = class
    interface IWorkloadNetworkDhcpServer
    interface IJsonSerializable
    interface IWorkloadNetworkDhcpEntity
    interface IValidates
Public Class WorkloadNetworkDhcpServer
Implements IValidates, IWorkloadNetworkDhcpServer
Inheritance
WorkloadNetworkDhcpServer
Attributes
Implements

Constructors

WorkloadNetworkDhcpServer()

Creates an new WorkloadNetworkDhcpServer instance.

Properties

DhcpType

Type of DHCP: SERVER or RELAY.

DisplayName

Display name of the DHCP entity.

LeaseTime

DHCP Server Lease Time.

ProvisioningState

The provisioning state

Revision

NSX revision number.

Segment

NSX Segments consuming DHCP.

ServerAddress

DHCP Server Address.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkloadNetworkDhcpServer.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkloadNetworkDhcpServer.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IWorkloadNetworkDhcpServer.

FromJsonString(String)

Creates a new instance of WorkloadNetworkDhcpServer, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkloadNetworkDhcpServer into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to