ServerForUpdate Class

Definition

Parameters allowed to update for a server.

[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(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 related properties of a server.

HighAvailability

Gets or sets high availability related properties of a server.

MaintenanceWindow

Gets or sets maintenance window of a server.

ReplicationRole

Gets or sets the replication role of the server. Possible values include: 'None', 'Source', 'Replica'

Sku

Gets or sets the SKU (pricing tier) of the server.

Storage

Gets or sets storage related properties of a server.

Tags

Gets or sets application-specific metadata in the form of key-value pairs.

Methods

Validate()

Validate the object.

Applies to