Class SapSupportedResourceSkusResultInner
java.lang.Object
com.azure.resourcemanager.workloads.fluent.models.SapSupportedResourceSkusResultInner
The list of supported SKUs for different resources which are part of SAP deployment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the supportedSkus property: Gets the list of SAP supported SKUs.void
validate()
Validates the instance.withSupportedSkus
(List<SapSupportedSku> supportedSkus) Set the supportedSkus property: Gets the list of SAP supported SKUs.
-
Constructor Details
-
SapSupportedResourceSkusResultInner
public SapSupportedResourceSkusResultInner()
-
-
Method Details
-
supportedSkus
Get the supportedSkus property: Gets the list of SAP supported SKUs.- Returns:
- the supportedSkus value.
-
withSupportedSkus
Set the supportedSkus property: Gets the list of SAP supported SKUs.- Parameters:
supportedSkus
- the supportedSkus value to set.- Returns:
- the SapSupportedResourceSkusResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-