ForceDeletionResourceType Class
Definition
Resource type for force deletion.
public final class ForceDeletionResourceType extends ExpandableStringEnum<ForceDeletionResourceType>
- Inheritance
-
java.lang.Objectcom.microsoft.rest.ExpandableStringEnumForceDeletionResourceType
Inherited Members
com.microsoft.rest.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)
com.microsoft.rest.ExpandableStringEnum.<T>values(java.lang.Class<T>)
com.microsoft.rest.ExpandableStringEnum.equals(java.lang.Object)
com.microsoft.rest.ExpandableStringEnum.hashCode()
com.microsoft.rest.ExpandableStringEnum.toString()
com.microsoft.rest.ExpandableStringEnum.withNameValue(java.lang.String,T,java.lang.Class<T>)
java.lang.Object.clone()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructors
| ForceDeletionResourceType() |
Fields
| VIRTUAL_MACHINES |
Static value Microsoft.Compute/virtualMachines for ForceDeletionResourceType. |
| VIRTUAL_MACHINE_SCALE_SETS |
Static value Microsoft.Compute/virtualMachineScaleSets for ForceDeletionResourceType. |
Methods
| fromString(String name) |
Creates or finds a ForceDeletionResourceType from its string representation. |
| values() | |