AutomatedResponseType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. AutomatedResponseType
- com.
- com.
public final class AutomatedResponseType
extends ExpandableStringEnum<AutomatedResponseType>
Optional. Specifies the automated response action to take when malware is detected.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Automated |
BLOB_SOFT_DELETE
The blob will be soft deleted when malware is detected. |
|
static final
Automated |
NONE
No automated response will be taken when malware is detected. |
Constructor Summary
| Constructor | Description |
|---|---|
| AutomatedResponseType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Automated |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Automated |
fromString(String name)
Creates or finds a Automated |
|
static
Collection<Automated |
values()
Gets known Automated |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BLOB_SOFT_DELETE
public static final AutomatedResponseType BLOB_SOFT_DELETE
The blob will be soft deleted when malware is detected.
NONE
public static final AutomatedResponseType NONE
No automated response will be taken when malware is detected.
Constructor Details
AutomatedResponseType
@Deprecated
public AutomatedResponseType()
Deprecated
Creates a new instance of AutomatedResponseType value.
Method Details
fromString
public static AutomatedResponseType fromString(String name)
Creates or finds a AutomatedResponseType from its string representation.
Parameters:
Returns:
values
public static Collection<AutomatedResponseType> values()
Gets known AutomatedResponseType values.
Returns: