DeleteOptions Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. DeleteOptions
- com.
- com.
public final class DeleteOptions
extends ExpandableStringEnum<DeleteOptions>
Specify what happens to the network interface when the VM is deleted.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Delete |
DELETE
Static value Delete for Delete |
static final
Delete |
DETACH
Static value Detach for Delete |
Constructor Summary
Constructor | Description |
---|---|
DeleteOptions() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Delete |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Delete |
fromString(String name)
Creates or finds a Delete |
static
Collection<Delete |
values()
Gets known Delete |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DELETE
public static final DeleteOptions DELETE
Static value Delete for DeleteOptions.
DETACH
public static final DeleteOptions DETACH
Static value Detach for DeleteOptions.
Constructor Details
DeleteOptions
@Deprecated
public DeleteOptions()
Deprecated
Creates a new instance of DeleteOptions value.
Method Details
fromString
public static DeleteOptions fromString(String name)
Creates or finds a DeleteOptions from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DeleteOptions values.
Returns:
Applies to
Azure SDK for Java