WebAppRuntimes 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.
Web App stack runtimes.
public class WebAppRuntimes : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.WebAppRuntimes>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.WebAppRuntimes>
type WebAppRuntimes = class
interface IJsonModel<WebAppRuntimes>
interface IPersistableModel<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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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
Azure SDK for .NET