WebAppRuntimes Class

Definition

Web App stack runtimes.

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

Properties

LinuxContainerSettings

Linux-specific settings associated with the Java container minor version.

LinuxRuntimeSettings

Linux-specific settings associated with the minor version.

WindowsContainerSettings

Windows-specific settings associated with the Java container minor version.

WindowsRuntimeSettings

Windows-specific settings associated with the minor version.

Explicit Interface Implementations

IJsonModel<WebAppRuntimes>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebAppRuntimes>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebAppRuntimes>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebAppRuntimes>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebAppRuntimes>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to