Uses of Class
com.azure.resourcemanager.sql.models.ServerPublicNetworkAccess
-
Packages that use ServerPublicNetworkAccess 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. -
-
Uses of ServerPublicNetworkAccess in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ServerPublicNetworkAccess Modifier and Type Method Description ServerPublicNetworkAccessServerInner. publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type ServerPublicNetworkAccess Modifier and Type Method Description ServerInnerServerInner. withPublicNetworkAccess(ServerPublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server. -
Uses of ServerPublicNetworkAccess in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as ServerPublicNetworkAccess Modifier and Type Field Description static ServerPublicNetworkAccessServerPublicNetworkAccess. DISABLEDStatic value Disabled for ServerPublicNetworkAccess.static ServerPublicNetworkAccessServerPublicNetworkAccess. ENABLEDStatic value Enabled for ServerPublicNetworkAccess.Methods in com.azure.resourcemanager.sql.models that return ServerPublicNetworkAccess Modifier and Type Method Description static ServerPublicNetworkAccessServerPublicNetworkAccess. fromString(String name)Creates or finds a ServerPublicNetworkAccess from its string representation.ServerPublicNetworkAccessServerUpdate. publicNetworkAccess()Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ServerPublicNetworkAccess Modifier and Type Method Description static Collection<ServerPublicNetworkAccess>ServerPublicNetworkAccess. values()Methods in com.azure.resourcemanager.sql.models with parameters of type ServerPublicNetworkAccess Modifier and Type Method Description ServerUpdateServerUpdate. withPublicNetworkAccess(ServerPublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.
-