WebAppMinorVersion 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 minor version.
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
DisplayText |
Web App stack minor version (display only). |
StackSettings |
Settings associated with the minor version. |
Value |
Web App stack major version name. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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
Azure SDK for .NET