Class AppSkuInfo


  • public final class AppSkuInfo
    extends Object
    Information about the SKU of the IoT Central application.
    • Constructor Detail

      • AppSkuInfo

        public AppSkuInfo()
    • Method Detail

      • name

        public AppSku name()
        Get the name property: The name of the SKU.
        Returns:
        the name value.
      • withName

        public AppSkuInfo withName​(AppSku name)
        Set the name property: The name of the SKU.
        Parameters:
        name - the name value to set.
        Returns:
        the AppSkuInfo object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.