public final class DeleteOptions extends com.azure.core.util.ExpandableStringEnum<DeleteOptions>
| Modifier and Type | Field and Description |
|---|---|
static DeleteOptions |
DELETE
Static value Delete for DeleteOptions.
|
static DeleteOptions |
DETACH
Static value Detach for DeleteOptions.
|
| Constructor and Description |
|---|
DeleteOptions() |
| Modifier and Type | Method and Description |
|---|---|
static DeleteOptions |
fromString(String name)
Creates or finds a DeleteOptions from its string representation.
|
static Collection<DeleteOptions> |
values() |
public static final DeleteOptions DELETE
public static final DeleteOptions DETACH
public static DeleteOptions fromString(String name)
name - a name to look for.public static Collection<DeleteOptions> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.