Share via


ServerCreateParameters Class

 

The parameters that are used by the service to provision a server. The parameters marked optional are not required by the service.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters

Syntax

public class ServerCreateParameters
public ref class ServerCreateParameters 
type ServerCreateParameters = class end
Public Class ServerCreateParameters

Constructors

Name Description
System_CAPS_pubmethod ServerCreateParameters()

Initializes a new instance of the ServerCreateParameters class.

System_CAPS_pubmethod ServerCreateParameters(String, String, String)

Initializes a new instance of the ServerCreateParameters class with required arguments.

Properties

Name Description
System_CAPS_pubproperty AdministratorPassword

Required. Gets or sets the administrator password for the new server.

System_CAPS_pubproperty AdministratorUserName

Required. Gets or sets the administrator username that will be used for the new server.

System_CAPS_pubproperty Location

Required. Gets or sets the region in which this server will be created. See https://azure.microsoft.com/regions/#services for a list of all the available regions.

System_CAPS_pubproperty Version

Optional. Gets or sets the version of server to create. Valid values are: 1.0, 2.0.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top