Uses of Class
com.azure.resourcemanager.sql.models.ServerConnectionType
Packages that use ServerConnectionType
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ServerConnectionType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ServerConnectionTypeModifier and TypeMethodDescriptionServerConnectionPolicyInner.connectionType()Get the connectionType property: The server connection type.ServerConnectionPolicyProperties.connectionType()Get the connectionType property: The server connection type.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type ServerConnectionTypeModifier and TypeMethodDescriptionServerConnectionPolicyInner.withConnectionType(ServerConnectionType connectionType) Set the connectionType property: The server connection type.ServerConnectionPolicyProperties.withConnectionType(ServerConnectionType connectionType) Set the connectionType property: The server connection type. -
Uses of ServerConnectionType in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type ServerConnectionType in com.azure.resourcemanager.sql.modelsFields in com.azure.resourcemanager.sql.models declared as ServerConnectionTypeModifier and TypeFieldDescriptionstatic final ServerConnectionTypeServerConnectionType.DEFAULTStatic value Default for ServerConnectionType.static final ServerConnectionTypeServerConnectionType.PROXYStatic value Proxy for ServerConnectionType.static final ServerConnectionTypeServerConnectionType.REDIRECTStatic value Redirect for ServerConnectionType.Methods in com.azure.resourcemanager.sql.models that return ServerConnectionTypeModifier and TypeMethodDescriptionstatic ServerConnectionTypeServerConnectionType.fromString(String name) Creates or finds a ServerConnectionType from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ServerConnectionTypeModifier and TypeMethodDescriptionstatic Collection<ServerConnectionType> ServerConnectionType.values()Gets known ServerConnectionType values.