다음을 통해 공유


StackProperties Class

Definition

KPack ClusterStack properties payload

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

Constructors

Name Description
StackProperties()

Creates an new StackProperties instance.

Properties

Name Description
Id

Id of the ClusterStack.

Version

Version of the ClusterStack

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StackProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StackProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StackProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to