Uses of Class
com.azure.resourcemanager.sql.models.ServerNetworkAccessFlag
Packages that use ServerNetworkAccessFlag
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ServerNetworkAccessFlag in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ServerNetworkAccessFlagModifier and TypeMethodDescriptionServerInner.publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.ServerProperties.publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.ServerInner.restrictOutboundNetworkAccess()Get the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access for this server.ServerProperties.restrictOutboundNetworkAccess()Get the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access for this server.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type ServerNetworkAccessFlagModifier and TypeMethodDescriptionServerInner.withPublicNetworkAccess(ServerNetworkAccessFlag publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.ServerProperties.withPublicNetworkAccess(ServerNetworkAccessFlag publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.ServerInner.withRestrictOutboundNetworkAccess(ServerNetworkAccessFlag restrictOutboundNetworkAccess) Set the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access for this server.ServerProperties.withRestrictOutboundNetworkAccess(ServerNetworkAccessFlag restrictOutboundNetworkAccess) Set the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access for this server. -
Uses of ServerNetworkAccessFlag in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as ServerNetworkAccessFlagModifier and TypeFieldDescriptionstatic final ServerNetworkAccessFlagServerNetworkAccessFlag.DISABLEDStatic value Disabled for ServerNetworkAccessFlag.static final ServerNetworkAccessFlagServerNetworkAccessFlag.ENABLEDStatic value Enabled for ServerNetworkAccessFlag.Methods in com.azure.resourcemanager.sql.models that return ServerNetworkAccessFlagModifier and TypeMethodDescriptionstatic ServerNetworkAccessFlagServerNetworkAccessFlag.fromString(String name) Creates or finds a ServerNetworkAccessFlag from its string representation.ServerUpdate.publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.SqlServer.publicNetworkAccess()Checks whether the SQL Server can be accessed from public network.ServerUpdate.restrictOutboundNetworkAccess()Get the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access for this server.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ServerNetworkAccessFlagModifier and TypeMethodDescriptionstatic Collection<ServerNetworkAccessFlag> ServerNetworkAccessFlag.values()Gets known ServerNetworkAccessFlag values.Methods in com.azure.resourcemanager.sql.models with parameters of type ServerNetworkAccessFlagModifier and TypeMethodDescriptionServerUpdate.withPublicNetworkAccess(ServerNetworkAccessFlag publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.ServerUpdate.withRestrictOutboundNetworkAccess(ServerNetworkAccessFlag restrictOutboundNetworkAccess) Set the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access for this server.