WorkloadNetworkDhcpList Class

Definition

A list of NSX dhcp entities

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkDhcpListTypeConverter))]
public class WorkloadNetworkDhcpList : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkDhcpList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkDhcpListTypeConverter))>]
type WorkloadNetworkDhcpList = class
    interface IWorkloadNetworkDhcpList
    interface IJsonSerializable
Public Class WorkloadNetworkDhcpList
Implements IWorkloadNetworkDhcpList
Inheritance
WorkloadNetworkDhcpList
Attributes
Implements

Constructors

WorkloadNetworkDhcpList()

Creates an new WorkloadNetworkDhcpList instance.

Properties

NextLink

URL to get the next page if any

Value

The items on the page

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkloadNetworkDhcpList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkloadNetworkDhcpList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkloadNetworkDhcpList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to