Share via


AppPlatformSupportedRuntimeVersion Class

Definition

Supported deployment runtime version descriptor.

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

Properties

Platform

The platform of this runtime version (possible values: "Java" or ".NET").

Value

The raw value which could be passed to deployment CRUD operations.

Version

The detailed version (major.minor) of the platform.

Explicit Interface Implementations

IJsonModel<AppPlatformSupportedRuntimeVersion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformSupportedRuntimeVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformSupportedRuntimeVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformSupportedRuntimeVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformSupportedRuntimeVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to