DeleteOptions Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. DeleteOptions
- com.
- com.
public final class DeleteOptions
extends ExpandableStringEnum<DeleteOptions>
Specify what happens to the public IP address when the VM using it is deleted.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Delete |
DELETE
Delete. |
|
static final
Delete |
DETACH
Detach. |
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
Delete.
DETACH
public static final DeleteOptions DETACH
Detach.
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<DeleteOptions> values()
Gets known DeleteOptions values.
Returns: