Share via


SapSupportedSku Class

Definition

The SAP supported SKU.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SapSupportedSkuTypeConverter))]
public class SapSupportedSku : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ISapSupportedSku
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SapSupportedSkuTypeConverter))>]
type SapSupportedSku = class
    interface ISapSupportedSku
    interface IJsonSerializable
Public Class SapSupportedSku
Implements ISapSupportedSku
Inheritance
SapSupportedSku
Attributes
Implements

Constructors

SapSupportedSku()

Creates an new SapSupportedSku instance.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SapSupportedSku.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SapSupportedSku.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ISapSupportedSku.

FromJsonString(String)

Creates a new instance of SapSupportedSku, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SapSupportedSku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to