Partager via


CloudLinkList Class

Definition

The response of a CloudLink list operation.

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

Constructors

CloudLinkList()

Creates an new CloudLinkList instance.

Properties

NextLink

The link to the next page of items

Value

The CloudLink items on this page

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloudLinkList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudLinkList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudLinkList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to