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>
type AppPlatformSupportedStackProperties = class
    interface IJsonModel<AppPlatformSupportedStackProperties>
    interface IPersistableModel<AppPlatformSupportedStackProperties>
Public Class AppPlatformSupportedStackProperties
Implements IJsonModel(Of AppPlatformSupportedStackProperties), IPersistableModel(Of AppPlatformSupportedStackProperties)
Inheritance
System.Object
AppPlatformSupportedStackProperties
Implements
System.ClientModel.Primitives.IJsonModel<AppPlatformSupportedStackProperties> System.ClientModel.Primitives.IPersistableModel<AppPlatformSupportedStackProperties> System.ClientModel.Primitives.IPersistableModel<T>

Constructors

AppPlatformSupportedStackProperties()

Initializes a new instance of AppPlatformSupportedStackProperties.

Properties

StackId

The id of supported stack.

Version

The version of supported stack.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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 System.Text.Json.Utf8JsonWriter.

IPersistableModel<AppPlatformSupportedStackProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.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 System.BinaryData.

Applies to