ServerUpdate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
ServerUpdate()
Initializes a new instance of the ServerUpdate class.
public ServerUpdate ();
Public Sub New ()
Applies to
ServerUpdate(String, String, String, String, String, IDictionary<String,String>)
Initializes a new instance of the ServerUpdate class.
public ServerUpdate (string administratorLogin = default, string administratorLoginPassword = default, string version = default, string state = default, string fullyQualifiedDomainName = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.ServerUpdate : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Sql.Fluent.Models.ServerUpdate
Public Sub New (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, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- 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.
- tags
- IDictionary<String,String>
Resource tags.
Applies to
Azure SDK for .NET