AppSku Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. iotcentral. models. AppSku
- com.
- com.
public final class AppSku
extends ExpandableStringEnum<AppSku>
The name of the SKU.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
App |
ST0
Static value ST0 for App |
|
static final
App |
ST1
Static value ST1 for App |
|
static final
App |
ST2
Static value ST2 for App |
Constructor Summary
| Constructor | Description |
|---|---|
| AppSku() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of App |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
App |
fromString(String name)
Creates or finds a App |
|
static
Collection<App |
values()
Gets known App |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ST0
public static final AppSku ST0
Static value ST0 for AppSku.
ST1
public static final AppSku ST1
Static value ST1 for AppSku.
ST2
public static final AppSku ST2
Static value ST2 for AppSku.
Constructor Details
AppSku
@Deprecated
public AppSku()
Deprecated
Creates a new instance of AppSku value.
Method Details
fromString
public static AppSku fromString(String name)
Creates or finds a AppSku from its string representation.
Parameters:
Returns:
values
public static Collection<AppSku> values()
Gets known AppSku values.
Returns: