ApplicationStack Class

Definition

Application stack.

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

Constructors

ApplicationStack()

Initializes a new instance of ApplicationStack.

Properties

Dependency

Application stack dependency.

Display

Application stack display name.

Frameworks

List of frameworks associated with application stack.

IsDeprecated

<code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.

MajorVersions

List of major versions available.

Name

Application stack name.

Explicit Interface Implementations

IJsonModel<ApplicationStack>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationStack>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationStack>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationStack>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationStack>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to