LogCollectionJobType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. azurestackhci. models. LogCollectionJobType
- com.
- com.
public final class LogCollectionJobType
extends ExpandableStringEnum<LogCollectionJobType>
LogCollection job type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Log |
ON_DEMAND
Static value On |
|
static final
Log |
SCHEDULED
Static value Scheduled for Log |
Constructor Summary
| Constructor | Description |
|---|---|
| LogCollectionJobType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Log |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Log |
fromString(String name)
Creates or finds a Log |
|
static
Collection<Log |
values()
Gets known Log |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ON_DEMAND
public static final LogCollectionJobType ON_DEMAND
Static value OnDemand for LogCollectionJobType.
SCHEDULED
public static final LogCollectionJobType SCHEDULED
Static value Scheduled for LogCollectionJobType.
Constructor Details
LogCollectionJobType
@Deprecated
public LogCollectionJobType()
Deprecated
Creates a new instance of LogCollectionJobType value.
Method Details
fromString
public static LogCollectionJobType fromString(String name)
Creates or finds a LogCollectionJobType from its string representation.
Parameters:
Returns:
values
public static Collection<LogCollectionJobType> values()
Gets known LogCollectionJobType values.
Returns: