ServerForUpdate Constructors
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.
Overloads
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. |
ServerForUpdate()
Initializes a new instance of the ServerForUpdate class.
public ServerForUpdate ();
Public Sub New ()
Applies to
ServerForUpdate(String, Sku, String, Storage, Backup, HighAvailability, MaintenanceWindow, String, IDictionary<String,String>)
Initializes a new instance of the ServerForUpdate class.
public ServerForUpdate (string location = default, Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Sku sku = default, string administratorLoginPassword = default, Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Storage storage = default, Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Backup backup = default, Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.HighAvailability highAvailability = default, Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.MaintenanceWindow maintenanceWindow = default, string createMode = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.ServerForUpdate : string * Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Sku * string * Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Storage * Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Backup * Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.HighAvailability * Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.MaintenanceWindow * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.ServerForUpdate
Public Sub New (Optional location As String = Nothing, Optional sku As Sku = Nothing, Optional administratorLoginPassword As String = Nothing, Optional storage As Storage = Nothing, Optional backup As Backup = Nothing, Optional highAvailability As HighAvailability = Nothing, Optional maintenanceWindow As MaintenanceWindow = Nothing, Optional createMode As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- location
- String
The location the resource resides in.
- sku
- Sku
The SKU (pricing tier) of the server.
- administratorLoginPassword
- String
The password of the administrator login.
- storage
- Storage
Storage properties of a server.
- backup
- Backup
Backup properties of a server.
- highAvailability
- HighAvailability
High availability properties of a server.
- maintenanceWindow
- MaintenanceWindow
Maintenance window properties of a server.
- createMode
- String
The mode to update a new PostgreSQL server. Possible values include: 'Default', 'Update'
- tags
- IDictionary<String,String>
Application-specific metadata in the form of key-value pairs.
Applies to
Azure SDK for .NET