ForceDelete Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. scvmm. models. ForceDelete
- com.
- com.
public final class ForceDelete
extends ExpandableStringEnum<ForceDelete>
Defines values for ForceDelete.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Force |
FALSE
Static value false for Force |
|
static final
Force |
TRUE
Static value true for Force |
Constructor Summary
| Constructor | Description |
|---|---|
| ForceDelete() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Force |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Force |
fromString(String name)
Creates or finds a Force |
|
static
Collection<Force |
values()
Gets known Force |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final ForceDelete FALSE
Static value false for ForceDelete.
TRUE
public static final ForceDelete TRUE
Static value true for ForceDelete.
Constructor Details
ForceDelete
@Deprecated
public ForceDelete()
Deprecated
Creates a new instance of ForceDelete value.
Method Details
fromString
public static ForceDelete fromString(String name)
Creates or finds a ForceDelete from its string representation.
Parameters:
Returns:
values
public static Collection<ForceDelete> values()
Gets known ForceDelete values.
Returns: