Interface SqlServer.DefinitionStages.WithPublicNetworkAccess
- All Known Subinterfaces:
SqlServer.Definition, SqlServer.DefinitionStages.WithCreate
- Enclosing interface:
SqlServer.DefinitionStages
public static interface SqlServer.DefinitionStages.WithPublicNetworkAccess
The stage of SQL Server definition allowing to configure network access settings.
-
Method Summary
Modifier and TypeMethodDescriptionDisables public network access for the SQL Server.
-
Method Details
-
disablePublicNetworkAccess
SqlServer.DefinitionStages.WithCreate disablePublicNetworkAccess()Disables public network access for the SQL Server.- Returns:
- the next stage of the definition
-