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