Share via


AppPlatformSupportedStackProperties Class

Definition

Supported stack resource properties.

public class AppPlatformSupportedStackProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedStackProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedStackProperties>
public class AppPlatformSupportedStackProperties
type AppPlatformSupportedStackProperties = class
    interface IJsonModel<AppPlatformSupportedStackProperties>
    interface IPersistableModel<AppPlatformSupportedStackProperties>
type AppPlatformSupportedStackProperties = class
Public Class AppPlatformSupportedStackProperties
Implements IJsonModel(Of AppPlatformSupportedStackProperties), IPersistableModel(Of AppPlatformSupportedStackProperties)
Public Class AppPlatformSupportedStackProperties
Inheritance
AppPlatformSupportedStackProperties
Implements

Constructors

AppPlatformSupportedStackProperties()

Initializes a new instance of AppPlatformSupportedStackProperties.

Properties

StackId

The id of supported stack.

Version

The version of supported stack.

Explicit Interface Implementations

IJsonModel<AppPlatformSupportedStackProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppPlatformSupportedStackProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformSupportedStackProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformSupportedStackProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppPlatformSupportedStackProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to