java.lang.Object
com.azure.resourcemanager.deviceprovisioningservices.fluent.models.IotDpsSkuDefinitionInner

public final class IotDpsSkuDefinitionInner extends Object
Available SKUs of tier and units.
  • Constructor Details

    • IotDpsSkuDefinitionInner

      public IotDpsSkuDefinitionInner()
  • Method Details

    • name

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

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

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