Class SapSupportedSku
java.lang.Object
com.azure.resourcemanager.workloads.models.SapSupportedSku
The SAP supported SKU.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the isAppServerCertified property: True if the Sku is certified for App server in the SAP system.Get the isDatabaseCertified property: True if the Sku is certified for Database server in the SAP system.void
validate()
Validates the instance.vmSku()
Get the vmSku property: The VM Sku.withIsAppServerCertified
(Boolean isAppServerCertified) Set the isAppServerCertified property: True if the Sku is certified for App server in the SAP system.withIsDatabaseCertified
(Boolean isDatabaseCertified) Set the isDatabaseCertified property: True if the Sku is certified for Database server in the SAP system.Set the vmSku property: The VM Sku.
-
Constructor Details
-
SapSupportedSku
public SapSupportedSku()
-
-
Method Details
-
vmSku
Get the vmSku property: The VM Sku.- Returns:
- the vmSku value.
-
withVmSku
Set the vmSku property: The VM Sku.- Parameters:
vmSku
- the vmSku value to set.- Returns:
- the SapSupportedSku object itself.
-
isAppServerCertified
Get the isAppServerCertified property: True if the Sku is certified for App server in the SAP system.- Returns:
- the isAppServerCertified value.
-
withIsAppServerCertified
Set the isAppServerCertified property: True if the Sku is certified for App server in the SAP system.- Parameters:
isAppServerCertified
- the isAppServerCertified value to set.- Returns:
- the SapSupportedSku object itself.
-
isDatabaseCertified
Get the isDatabaseCertified property: True if the Sku is certified for Database server in the SAP system.- Returns:
- the isDatabaseCertified value.
-
withIsDatabaseCertified
Set the isDatabaseCertified property: True if the Sku is certified for Database server in the SAP system.- Parameters:
isDatabaseCertified
- the isDatabaseCertified value to set.- Returns:
- the SapSupportedSku object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-