Class SingleServerRecommendationResult
java.lang.Object
com.azure.resourcemanager.workloads.fluent.models.SapSizingRecommendationResultInner
com.azure.resourcemanager.workloads.models.SingleServerRecommendationResult
The recommended configuration for a single server SAP system.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SingleServerRecommendationResult
public SingleServerRecommendationResult()
-
-
Method Details
-
vmSku
Get the vmSku property: The recommended VM SKU for single server.- Returns:
- the vmSku value.
-
withVmSku
Set the vmSku property: The recommended VM SKU for single server.- Parameters:
vmSku
- the vmSku value to set.- Returns:
- the SingleServerRecommendationResult object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classSapSizingRecommendationResultInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-