ServerForUpdate 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.
Represents a server to be updated.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerForUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerForUpdate = class
Public Class ServerForUpdate
- Inheritance
-
System.ObjectServerForUpdate
- Attributes
Constructors
ServerForUpdate() |
Initializes a new instance of the ServerForUpdate class. |
ServerForUpdate(String, Sku, String, StorageProfile, Nullable<HAEnabledEnum>, MaintenanceWindow, IDictionary<String,String>) |
Initializes a new instance of the ServerForUpdate class. |
Properties
AdministratorLoginPassword |
Gets or sets the password of the administrator login. |
HaEnabled |
Gets or sets stand by count value can be either enabled or disabled. Possible values include: 'Enabled', 'Disabled' |
Location |
Gets or sets the location the resource resides in. |
MaintenanceWindow |
Gets or sets maintenance window of a server. |
Sku |
Gets or sets the SKU (pricing tier) of the server. |
StorageProfile |
Gets or sets storage profile of a server. |
Tags |
Gets or sets application-specific metadata in the form of key-value pairs. |
Methods
Validate() |
Validate the object. |