WebAppMinorVersion Class

Definition

Web App stack minor version. Serialized Name: WebAppMinorVersion

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

Properties

Name Description
DisplayText

Web App stack minor version (display only). Serialized Name: WebAppMinorVersion.displayText

StackSettings

Settings associated with the minor version. Serialized Name: WebAppMinorVersion.stackSettings

Value

Web App stack major version name. Serialized Name: WebAppMinorVersion.value

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<WebAppMinorVersion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebAppMinorVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebAppMinorVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebAppMinorVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebAppMinorVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to