ServerInner Constructors

Definition

Overloads

ServerInner()

Initializes a new instance of the ServerInner class.

ServerInner(String, String, String, String, IDictionary<String,String>, ResourceIdentity, String, String, String, String, String, String)

Initializes a new instance of the ServerInner class.

ServerInner()

Initializes a new instance of the ServerInner class.

public ServerInner ();
Public Sub New ()

Applies to

ServerInner(String, String, String, String, IDictionary<String,String>, ResourceIdentity, String, String, String, String, String, String)

Initializes a new instance of the ServerInner class.

public ServerInner (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Sql.Fluent.Models.ResourceIdentity identity = default, string kind = default, string administratorLogin = default, string administratorLoginPassword = default, string version = default, string state = default, string fullyQualifiedDomainName = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.ServerInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Sql.Fluent.Models.ResourceIdentity * string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Fluent.Models.ServerInner
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ResourceIdentity = Nothing, Optional kind As String = Nothing, Optional administratorLogin As String = Nothing, Optional administratorLoginPassword As String = Nothing, Optional version As String = Nothing, Optional state As String = Nothing, Optional fullyQualifiedDomainName As String = Nothing)

Parameters

location
String

Resource location.

id
String
name
String
type
String
tags
IDictionary<String,String>

Resource tags.

identity
ResourceIdentity

The Azure Active Directory identity of the server.

kind
String

Kind of sql server. This is metadata used for the Azure portal experience.

administratorLogin
String

Administrator username for the server. Once created it cannot be changed.

administratorLoginPassword
String

The administrator login password (required for server creation).

version
String

The version of the server.

state
String

The state of the server.

fullyQualifiedDomainName
String

The fully qualified domain name of the server.

Applies to