ApplicationStack Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application stack. Serialized Name: 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
interface IJsonModel<ApplicationStack>
interface IPersistableModel<ApplicationStack>
Public Class ApplicationStack
Implements IJsonModel(Of ApplicationStack), IPersistableModel(Of ApplicationStack)
- Inheritance
-
ApplicationStack
- Implements
Constructors
| Name | Description |
|---|---|
| ApplicationStack() |
Initializes a new instance of ApplicationStack. |
Properties
| Name | Description |
|---|---|
| Dependency |
Application stack dependency. Serialized Name: ApplicationStack.dependency |
| Display |
Application stack display name. Serialized Name: ApplicationStack.display |
| Frameworks |
List of frameworks associated with application stack. Serialized Name: ApplicationStack.frameworks |
| IsDeprecated |
<code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>. Serialized Name: ApplicationStack.isDeprecated |
| MajorVersions |
List of major versions available. Serialized Name: ApplicationStack.majorVersions |
| Name |
Application stack name. Serialized Name: ApplicationStack.name |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |