CloudLinkList Class

Definition

A paged list of cloud links

[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

URL to get the next page if any

Value

The items on a 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