다음을 통해 공유


SupportedStacksCollection Class

Definition

Object that includes an array of supported stacks resources and a possible link for next set

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.SupportedStacksCollectionTypeConverter))]
public class SupportedStacksCollection : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISupportedStacksCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.SupportedStacksCollectionTypeConverter))>]
type SupportedStacksCollection = class
    interface ISupportedStacksCollection
    interface IJsonSerializable
Public Class SupportedStacksCollection
Implements ISupportedStacksCollection
Inheritance
SupportedStacksCollection
Attributes
Implements

Constructors

Name Description
SupportedStacksCollection()

Creates an new SupportedStacksCollection instance.

Properties

Name Description
NextLink

URL client should use to fetch the next page (per server side paging). It's null for now, added for future use.

Value

Collection of supported stacks resources

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SupportedStacksCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SupportedStacksCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISupportedStacksCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SupportedStacksCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to