mssql

package
v1.8.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2019 License: MIT Imports: 17 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// ConnectionPolicyDefault is the connection policy in effect on all servers
	// after creation.
	ConnectionPolicyDefault = string(sqlSDK.ServerConnectionTypeDefault)
	// ConnectionPolicyProxy -- all connections are proxied via the Azure
	// SQL Database gateways.
	ConnectionPolicyProxy = string(sqlSDK.ServerConnectionTypeProxy)
	// ConnectionPolicyRedirect -- clients establish connections directly
	// to the node hosting the database.
	ConnectionPolicyRedirect = string(sqlSDK.ServerConnectionTypeRedirect)
)

Variables

This section is empty.

Functions

func New

func New(
	azureEnvironment azure.Environment,
	armDeployer arm.Deployer,
	serversClient sqlSDK.ServersClient,
	databasesClient sqlSDK.DatabasesClient,
	serverConnectionPoliciesClient sqlSDK.ServerConnectionPoliciesClient,
) service.Module

New returns a new instance of a type that fulfills the service.Module interface and is capable of provisioning MS SQL servers and databases using "Azure SQL Database"

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL