你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServerUpgradeProperties Class

Definition

Start Azure SQL Database Server Upgrade properties.

public class ServerUpgradeProperties
type ServerUpgradeProperties = class
Public Class ServerUpgradeProperties
Inheritance
ServerUpgradeProperties

Constructors

ServerUpgradeProperties()

Initializes a new instance of the ServerUpgradeProperties class.

ServerUpgradeProperties(String)

Initializes a new instance of the ServerUpgradeProperties class with required arguments.

Properties

DatabaseCollection

Optional. Gets or sets the collection of recommended database properties to upgrade the Azure SQL Database Server.

ElasticPoolCollection

Optional. Gets or sets the collection of recommended elastic pool properties to upgrade the Azure SQL Database Server.

ScheduleUpgradeAfterUtcDateTime

Optional. Gets or sets the earliest time to upgrade the Azure SQL Database Server.

Version

Required. Gets or sets the version for the Azure SQL Database Server being upgraded.

Applies to