SqlServerPatch.RestrictOutboundNetworkAccess Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether or not to restrict outbound network access for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
public Azure.ResourceManager.Sql.Models.ServerNetworkAccessFlag? RestrictOutboundNetworkAccess { get; set; }
member this.RestrictOutboundNetworkAccess : Nullable<Azure.ResourceManager.Sql.Models.ServerNetworkAccessFlag> with get, set
Public Property RestrictOutboundNetworkAccess As Nullable(Of ServerNetworkAccessFlag)