Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BindingParameters ¶
type BindingParameters struct { }
BindingParameters encapsulates MSSQL-specific binding options
type Config ¶
type Config struct {
Servers map[string]ServerConfig
}
Config contains only a map of ServerConfig
type Credentials ¶
type Credentials struct { Host string `json:"host"` Port int `json:"port"` Database string `json:"database"` Username string `json:"username"` Password string `json:"password"` }
Credentials encapsulates MSSQL-specific coonection details and credentials.
type ProvisioningParameters ¶
type ProvisioningParameters struct { Location string `json:"location"` ServerName string `json:"server"` ResourceGroup string `json:"resourceGroup"` Tags map[string]string `json:"tags"` }
ProvisioningParameters encapsulates MSSQL-specific provisioning options
func (*ProvisioningParameters) SetResourceGroup ¶
func (p *ProvisioningParameters) SetResourceGroup(resourceGroup string)
SetResourceGroup sets the name of the resource group into which service instances will be deployed
type ServerConfig ¶
type ServerConfig struct { ServerName string `json:"serverName"` ResourceGroupName string `json:"resourceGroup"` Location string `json:"location"` AdministratorLogin string `json:"administratorLogin"` AdministratorLoginPassword string `json:"administratorLoginPassword"` }
ServerConfig represents all configuration details needed for connecting to an Azure SQL Server.
type UpdatingParameters ¶
type UpdatingParameters struct { }
UpdatingParameters encapsulates MSSQL-specific updating options
Click to show internal directories.
Click to hide internal directories.