IotDpsSku Class

public final class IotDpsSku
extends ExpandableStringEnum<IotDpsSku>

Sku name.

Field Summary

Modifier and Type Field and Description
static final IotDpsSku S1

Static value S1 for IotDpsSku.

Constructor Summary

Constructor Description
IotDpsSku()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IotDpsSku value.

Method Summary

Modifier and Type Method and Description
static IotDpsSku fromString(String name)

Creates or finds a IotDpsSku from its string representation.

static Collection<IotDpsSku> values()

Gets known IotDpsSku 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

@Deprecated
public IotDpsSku()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IotDpsSku value.

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.

Applies to