你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DatabaseUpdateInner.Edition 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置数据库的版本。 DatabaseEditions 枚举包含所有有效版本。 如果 createMode 为 NonReadableSecondary 或 OnlineSecondary,则忽略此值。
SKU 列表可能因地区和支持产品/服务而异。 若要确定 SKU (包括 AZURE 区域中订阅可用的 SKU 名称、层/版本、系列和容量) ,请使用 Capabilities_ListByLocation
REST API 或以下命令之一:
az sql db list-editions -l <location> -o table
Get-AzSqlServerServiceObjective -Location <location>
. 可能的值包括:“Web”、“Business”、“Basic”、“Standard”、“Premium”、“PremiumRS”、“Free”、“Stretch”、“DataWarehouse”、“System”、“System2”、“GeneralPurpose”、“BusinessCritical”、“超大规模”
[Newtonsoft.Json.JsonProperty(PropertyName="properties.edition")]
public Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseEdition Edition { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.edition")>]
member this.Edition : Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseEdition with get, set
Public Property Edition As DatabaseEdition
属性值
- 属性
-
Newtonsoft.Json.JsonPropertyAttribute