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