Package version:

The SAP supported SKU.

interface SAPSupportedSku {
    isAppServerCertified?: boolean;
    isDatabaseCertified?: boolean;
    vmSku?: string;
}

Properties

isAppServerCertified?: boolean

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

isDatabaseCertified?: boolean

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

vmSku?: string

The VM Sku.