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

CollectionsList Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.CollectionsListTypeConverter))]
public class CollectionsList : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.CollectionsListTypeConverter))>]
type CollectionsList = class
    interface ICollectionsList
    interface IJsonSerializable
Public Class CollectionsList
Implements ICollectionsList
Inheritance
CollectionsList
Attributes
Implements

Constructors

CollectionsList()

Creates an new CollectionsList instance.

Properties

NextLink

URL to get the next set of offer list results if there are any.

Value

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CollectionsList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CollectionsList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CollectionsList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to