IotDpsSku Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. deviceprovisioningservices. models. IotDpsSku
- com.
- com.
public final class IotDpsSku
extends ExpandableStringEnum<IotDpsSku>
Defines values for IotDpsSku.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Iot |
S1
Static value S1 for Iot |
Constructor Summary
Constructor | Description | |
---|---|---|
IotDpsSku() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Iot |
fromString(String name)
Creates or finds a Iot |
static
Collection<Iot |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
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
Returns:
known IotDpsSku values.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java