다음을 통해 공유


SupportedStackResourceProperties Class

Definition

Supported stack resource properties

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

Constructors

Name Description
SupportedStackResourceProperties()

Creates an new SupportedStackResourceProperties instance.

Properties

Name Description
StackId

The id of supported stack

Version

The version of supported stack

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SupportedStackResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SupportedStackResourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SupportedStackResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to