ServerCreateParameters Class
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.
The parameters that are used by the service to provision a server. The parameters marked optional are not required by the service.
public class ServerCreateParameters
type ServerCreateParameters = class
Public Class ServerCreateParameters
- Inheritance
-
ServerCreateParameters
Constructors
ServerCreateParameters() |
Initializes a new instance of the ServerCreateParameters class. |
ServerCreateParameters(String, String, String) |
Initializes a new instance of the ServerCreateParameters class with required arguments. |
Properties
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/en-us/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. |
Applies to
Azure SDK for .NET