public final class NetworkRuleBypassOptions extends com.microsoft.rest.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() |
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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/