StackMinorVersion Class

Definition

Application stack minor version.

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

Constructors

StackMinorVersion()

Initializes a new instance of StackMinorVersion.

Properties

DisplayVersion

Application stack minor version (display only).

IsDefault

<code>true</code> if this is the default minor version; otherwise, <code>false</code>.

IsRemoteDebuggingEnabled

<code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.

RuntimeVersion

Application stack minor version (runtime only).

Explicit Interface Implementations

IJsonModel<StackMinorVersion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StackMinorVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StackMinorVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StackMinorVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StackMinorVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to