java.lang.Object
com.azure.core.util.ExpandableStringEnum<IotDpsSku>
com.azure.resourcemanager.deviceprovisioningservices.models.IotDpsSku

public final class IotDpsSku extends com.azure.core.util.ExpandableStringEnum<IotDpsSku>
Defines values for IotDpsSku.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IotDpsSku
    Static value S1 for IotDpsSku.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static IotDpsSku
    Creates or finds a IotDpsSku from its string representation.
    Gets known IotDpsSku values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • S1

      public static final IotDpsSku S1
      Static value S1 for IotDpsSku.
  • Constructor Details

    • IotDpsSku

      public IotDpsSku()
  • Method Details

    • fromString

      public static IotDpsSku fromString(String name)
      Creates or finds a IotDpsSku from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding IotDpsSku.
    • values

      public static Collection<IotDpsSku> values()
      Gets known IotDpsSku values.
      Returns:
      known IotDpsSku values.