Cloud.Service.Azure.SQL.Server
{
"account": "string",
"administrator_login": "string",
"administrator_login_password": "string",
"count": 0,
"fully_qualified_domain_name": "string",
"name": "string",
"region": "string",
"resource_group_name": "string",
"version": "string"
}
(Required) The name of the Microsoft Azure cloud account to use for this resource
(Required) Administrator username for the new server. Changing the login deletes the existing resource and creates a new one.
(Required) Administrator password for the new server. Must meet Azure password requirements.
The number of resource instances to be created.
Fully-qualified domain name (FQDN) of the SQL Server, such as myServerName.database.windows.net.
(Required) Name of the SQL Server. Must be globally unique within Azure.
(Required) Supported Azure location where the resource exists. Changing the location deletes the existing resource and creates a new one.
(Required) Resource group in which to create the SQL Server.
SQL Server categorization, in case-sensitive key names, or in key-value pairs.
(Required) Version of SQL Server to create: 2.0 (for v11 server) or 12.0 (for v12 server).