SapSupportedSku Class

Definition

The SAP supported SKU.

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

Properties

IsAppServerCertified

True if the Sku is certified for App server in the SAP system.

IsDatabaseCertified

True if the Sku is certified for Database server in the SAP system.

VmSku

The VM Sku.

Explicit Interface Implementations

IJsonModel<SapSupportedSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SapSupportedSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapSupportedSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapSupportedSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SapSupportedSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to