Interface SqlServer.UpdateStages.WithPublicNetworkAccess
- All Known Subinterfaces:
SqlServer.Update
- Enclosing interface:
SqlServer.UpdateStages
public static interface SqlServer.UpdateStages.WithPublicNetworkAccess
The stage of SQL Server update allowing to configure network access settings.
-
Method Summary
Modifier and TypeMethodDescriptionDisables public network access for the SQL Server.Enables public network access for the SQL Server.
-
Method Details
-
enablePublicNetworkAccess
SqlServer.Update enablePublicNetworkAccess()Enables public network access for the SQL Server.- Returns:
- the next stage of the update
-
disablePublicNetworkAccess
SqlServer.Update disablePublicNetworkAccess()Disables public network access for the SQL Server.- Returns:
- the next stage of the update
-