ServerCreateParameters Class
The parameters that are used by the service to provision a server. The parameters marked optional are not required by the service.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
| Name | Description | |
|---|---|---|
![]() | ServerCreateParameters() | Initializes a new instance of the ServerCreateParameters class. |
![]() | ServerCreateParameters(String, String, String) | Initializes a new instance of the ServerCreateParameters class with required arguments. |
| Name | Description | |
|---|---|---|
![]() | AdministratorPassword | Required. Gets or sets the administrator password for the new server. |
![]() | AdministratorUserName | Required. Gets or sets the administrator username that will be used for the new server. |
![]() | Location | Required. Gets or sets the region in which this server will be created. See http://azure.microsoft.com/regions/#services for a list of all the available regions. |
![]() | Version | Optional. Gets or sets the version of server to create. Valid values are: 1.0, 2.0. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)