| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ServerPublicNetworkAccess |
ServerInner.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.
|
| Modifier and Type | Method and Description |
|---|---|
ServerInner |
ServerInner.withPublicNetworkAccess(ServerPublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.
|
| Modifier and Type | Field and Description |
|---|---|
static ServerPublicNetworkAccess |
ServerPublicNetworkAccess.DISABLED
Static value Disabled for ServerPublicNetworkAccess.
|
static ServerPublicNetworkAccess |
ServerPublicNetworkAccess.ENABLED
Static value Enabled for ServerPublicNetworkAccess.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerPublicNetworkAccess |
ServerPublicNetworkAccess.fromString(String name)
Creates or finds a ServerPublicNetworkAccess from its string representation.
|
ServerPublicNetworkAccess |
ServerUpdate.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.
|
| Modifier and Type | Method and Description |
|---|---|
ServerUpdate |
ServerUpdate.withPublicNetworkAccess(ServerPublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.