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
-
ServerForUpdate
- Attributes
Constructors
ServerForUpdate() |
Initializes a new instance of the ServerForUpdate class. |
ServerForUpdate(String, Sku, String, Storage, Backup, HighAvailability, MaintenanceWindow, String, IDictionary<String,String>) |
Initializes a new instance of the ServerForUpdate class. |
Properties
AdministratorLoginPassword |
Gets or sets the password of the administrator login. |
Backup |
Gets or sets backup properties of a server. |
CreateMode |
Gets or sets the mode to update a new PostgreSQL server. Possible values include: 'Default', 'Update' |
HighAvailability |
Gets or sets high availability properties of a server. |
Location |
Gets or sets the location the resource resides in. |
MaintenanceWindow |
Gets or sets maintenance window properties of a server. |
Sku |
Gets or sets the SKU (pricing tier) of the server. |
Storage |
Gets or sets storage properties of a server. |
Tags |
Gets or sets application-specific metadata in the form of key-value pairs. |
Methods
Validate() |
Validate the object. |