java.lang.Object
com.azure.resourcemanager.deviceprovisioningservices.models.IotDpsSkuInfo

public final class IotDpsSkuInfo extends Object
List of possible provisioning service SKUs.
  • Constructor Details

    • IotDpsSkuInfo

      public IotDpsSkuInfo()
  • Method Details

    • name

      public IotDpsSku name()
      Get the name property: Sku name.
      Returns:
      the name value.
    • withName

      public IotDpsSkuInfo withName(IotDpsSku name)
      Set the name property: Sku name.
      Parameters:
      name - the name value to set.
      Returns:
      the IotDpsSkuInfo object itself.
    • tier

      public String tier()
      Get the tier property: Pricing tier name of the provisioning service.
      Returns:
      the tier value.
    • capacity

      public Long capacity()
      Get the capacity property: The number of units to provision.
      Returns:
      the capacity value.
    • withCapacity

      public IotDpsSkuInfo withCapacity(Long capacity)
      Set the capacity property: The number of units to provision.
      Parameters:
      capacity - the capacity value to set.
      Returns:
      the IotDpsSkuInfo object itself.
    • validate

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