public final class NetworkRuleBypassOptions extends ExpandableStringEnum<NetworkRuleBypassOptions>
Modifier and Type | Field and Description |
---|---|
static NetworkRuleBypassOptions |
AZURE_SERVICES
Static value AzureServices for NetworkRuleBypassOptions.
|
static NetworkRuleBypassOptions |
NONE
Static value None for NetworkRuleBypassOptions.
|
Constructor and Description |
---|
NetworkRuleBypassOptions() |
Modifier and Type | Method and Description |
---|---|
static NetworkRuleBypassOptions |
fromString(String name)
Creates or finds a NetworkRuleBypassOptions from its string representation.
|
static Collection<NetworkRuleBypassOptions> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final NetworkRuleBypassOptions AZURE_SERVICES
public static final NetworkRuleBypassOptions NONE
public static NetworkRuleBypassOptions fromString(String name)
name
- a name to look forpublic static Collection<NetworkRuleBypassOptions> values()
Copyright © 2019. All rights reserved.