Type Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. loganalytics. models. Type
- com.
- com.
public final class Type
extends ExpandableStringEnum<Type>
Defines values for Type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final Type |
EVENT_HUB
Static value Event |
| static final Type |
STORAGE_ACCOUNT
Static value Storage |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| Type() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Type |
fromString(String name)
Creates or finds a Type from its string representation. |
| static Collection<Type> |
values()
Gets known Type values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
EVENT_HUB
public static final Type EVENT_HUB
Static value EventHub for Type.
STORAGE_ACCOUNT
public static final Type STORAGE_ACCOUNT
Static value StorageAccount for Type.
Constructor Details
Type
public Type()
Method Details
fromString
public static Type fromString(String name)
Creates or finds a Type from its string representation.
Parameters:
Returns:
values
public static Collection<Type> values()
Gets known Type values.
Returns: