Partilhar via


CollectionsDetails Class

Definition

Collection name and id.

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

Constructors

CollectionsDetails()

Creates an new CollectionsDetails instance.

Properties

CollectionId

Collection id.

CollectionName

Collection name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CollectionsDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CollectionsDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CollectionsDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to