Uses of Class
com.azure.resourcemanager.sql.models.ServerConnectionType
-
Packages that use ServerConnectionType Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient.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 ServerConnectionType in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type ServerConnectionType Modifier and Type Method Description Mono<ServerConnectionPolicyInner>ServerConnectionPoliciesClient. createOrUpdateAsync(String resourceGroupName, String serverName, ConnectionPolicyName connectionPolicyName, ServerConnectionType connectionType)Creates or updates the server's connection policy.com.azure.core.http.rest.Response<ServerConnectionPolicyInner>ServerConnectionPoliciesClient. createOrUpdateWithResponse(String resourceGroupName, String serverName, ConnectionPolicyName connectionPolicyName, ServerConnectionType connectionType, com.azure.core.util.Context context)Creates or updates the server's connection policy.Mono<com.azure.core.http.rest.Response<ServerConnectionPolicyInner>>ServerConnectionPoliciesClient. createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, ConnectionPolicyName connectionPolicyName, ServerConnectionType connectionType)Creates or updates the server's connection policy. -
Uses of ServerConnectionType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ServerConnectionType Modifier and Type Method Description ServerConnectionTypeServerConnectionPolicyInner. connectionType()Get the connectionType property: The server connection type.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type ServerConnectionType Modifier and Type Method Description ServerConnectionPolicyInnerServerConnectionPolicyInner. withConnectionType(ServerConnectionType connectionType)Set the connectionType property: The server connection type. -
Uses of ServerConnectionType in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return ServerConnectionType Modifier and Type Method Description static ServerConnectionTypeServerConnectionType. fromString(String value)Parses a serialized value to a ServerConnectionType instance.static ServerConnectionTypeServerConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerConnectionType[]ServerConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-