ServerUpdate Class

Definition

An update request for an Azure SQL Database server.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerUpdate = class
Public Class ServerUpdate
Inheritance
ServerUpdate
Attributes

Constructors

ServerUpdate()

Initializes a new instance of the ServerUpdate class.

ServerUpdate(String, String, String, String, String, IDictionary<String,String>)

Initializes a new instance of the ServerUpdate class.

Properties

AdministratorLogin

Gets or sets administrator username for the server. Once created it cannot be changed.

AdministratorLoginPassword

Gets or sets the administrator login password (required for server creation).

FullyQualifiedDomainName

Gets the fully qualified domain name of the server.

State

Gets the state of the server.

Tags

Gets or sets resource tags.

Version

Gets or sets the version of the server.

Applies to