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