WebAppMinorVersion Class

Definition

Web App stack minor version.

public class 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
type WebAppMinorVersion = class
    interface IJsonModel<WebAppMinorVersion>
    interface IPersistableModel<WebAppMinorVersion>
Public Class WebAppMinorVersion
Public Class WebAppMinorVersion
Implements IJsonModel(Of WebAppMinorVersion), IPersistableModel(Of WebAppMinorVersion)
Inheritance
WebAppMinorVersion
Implements

Properties

DisplayText

Web App stack minor version (display only).

StackSettings

Settings associated with the minor version.

Value

Web App stack major version name.

Explicit Interface Implementations

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