ScanTriggerType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. ScanTriggerType
- com.
- com.
public final class ScanTriggerType
extends ExpandableStringEnum<ScanTriggerType>
The scan trigger type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Scan |
ON_DEMAND
On |
|
static final
Scan |
RECURRING
Recurring. |
Constructor Summary
| Constructor | Description |
|---|---|
| ScanTriggerType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Scan |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Scan |
fromString(String name)
Creates or finds a Scan |
|
static
Collection<Scan |
values()
Gets known Scan |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ON_DEMAND
public static final ScanTriggerType ON_DEMAND
OnDemand.
RECURRING
public static final ScanTriggerType RECURRING
Recurring.
Constructor Details
ScanTriggerType
@Deprecated
public ScanTriggerType()
Deprecated
Creates a new instance of ScanTriggerType value.
Method Details
fromString
public static ScanTriggerType fromString(String name)
Creates or finds a ScanTriggerType from its string representation.
Parameters:
Returns:
values
public static Collection<ScanTriggerType> values()
Gets known ScanTriggerType values.
Returns: