Cloud.Service.Azure.SQL.Server

Cloud.Service.Azure.SQL.Server
Cloud.Service.Azure.SQL.Server
JSON Example
{
    "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"
}
string
account
Required

(Required) The name of the Microsoft Azure cloud account to use for this resource

string
administrator_login
Required

(Required) Administrator username for the new server. Changing the login deletes the existing resource and creates a new one.

string
administrator_login_password
Required

(Required) Administrator password for the new server. Must meet Azure password requirements.

integer
count
Optional

The number of resource instances to be created.

string
fully_qualified_domain_name
Optional

Fully-qualified domain name (FQDN) of the SQL Server, such as myServerName.database.windows.net.

string
name
Required

(Required) Name of the SQL Server. Must be globally unique within Azure.

string
region
Required

(Required) Supported Azure location where the resource exists. Changing the location deletes the existing resource and creates a new one.

string
resource_group_name
Required

(Required) Resource group in which to create the SQL Server.

object
tags
Optional

SQL Server categorization, in case-sensitive key names, or in key-value pairs.

string
version
Required

(Required) Version of SQL Server to create: 2.0 (for v11 server) or 12.0 (for v12 server).