通过


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

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