다음을 통해 공유


SupportedStackResource Class

Definition

Supported stack resource payload

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.SupportedStackResourceTypeConverter))]
public class SupportedStackResource : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ISupportedStackResource, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.SupportedStackResourceTypeConverter))>]
type SupportedStackResource = class
    interface ISupportedStackResource
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class SupportedStackResource
Implements ISupportedStackResource, IValidates
Inheritance
SupportedStackResource
Attributes
Implements

Constructors

Name Description
SupportedStackResource()

Creates an new SupportedStackResource instance.

Properties

Name Description
Id

Fully qualified resource Id for the resource.

Name

The name of the resource.

ResourceGroupName

Gets the resource group name

StackId

The id of supported stack

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource.

Version

The version of supported stack

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SupportedStackResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SupportedStackResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SupportedStackResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to