ValidationType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. dataprotection. models. ValidationType
- com.
- com.
public final class ValidationType
extends ExpandableStringEnum<ValidationType>
Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Validation |
DEEP_VALIDATION
Static value Deep |
|
static final
Validation |
SHALLOW_VALIDATION
Static value Shallow |
Constructor Summary
| Constructor | Description |
|---|---|
| ValidationType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Validation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Validation |
fromString(String name)
Creates or finds a Validation |
|
static
Collection<Validation |
values()
Gets known Validation |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DEEP_VALIDATION
public static final ValidationType DEEP_VALIDATION
Static value DeepValidation for ValidationType.
SHALLOW_VALIDATION
public static final ValidationType SHALLOW_VALIDATION
Static value ShallowValidation for ValidationType.
Constructor Details
ValidationType
@Deprecated
public ValidationType()
Deprecated
Creates a new instance of ValidationType value.
Method Details
fromString
public static ValidationType fromString(String name)
Creates or finds a ValidationType from its string representation.
Parameters:
Returns:
values
public static Collection<ValidationType> values()
Gets known ValidationType values.
Returns: