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

DatabaseUpdateInner.RequestedServiceObjectiveName 属性

定义

获取或设置数据库的已配置服务级别目标的名称。 这是正在应用于数据库的服务级别目标。 成功更新后,它将匹配 serviceLevelObjective 属性的值。

SKU 列表可能因区域和支持产品/服务而异。 若要确定 SKU (包括 AZURE 区域中订阅可用的 SKU 名称、层/版本、系列和容量) ,请使用 Capabilities_ListByLocation REST API 或以下命令之一:

az sql db list-editions -l <location> -o table
Get-AzSqlServerServiceObjective -Location <location>

. 可能的值包括:“System”、“System0”、“System1”、“System2”、“System3”、“System4”、“System2L”、 “System3L”、“System4L”、“Free”、“Basic”、“S0”、“S1”、“S2”、“S3”、“S4”、“S6”、“S7”、“S9”、“S12”、“P12”、“P1”、“P2”、“P3”、“P4”、“P6”、“P11”、“P15”、“P15”、“”PRS1“、”PRS2“、”PRS4“、”PRS6“、”DW100“、”DW200“、”DW300“、”DW400“、”DW500“、”DW600“、”DW1000“、”DW1000“、”DW1200“、”DW1000c“、”DW1500“、”DW1500“、”DW1500“0c”、“DW2000”、“DW2000c”、“DW3000”、“DW2500c”、“DW3000c”、“DW6000”、“DW5000c”、“DW6000c”、“DW6000c”、“DW7500c”、“DW10000c”、“DW15000c”、 “DW30000c”、“DS100”、“DS200”、“DS300”、“DS400”、“DS500”、“DS600”、“DS1000”、“DS1200”、“DS1500”、“DS2000”、“ElasticPool”

[Newtonsoft.Json.JsonProperty(PropertyName="properties.requestedServiceObjectiveName")]
public Microsoft.Azure.Management.Sql.Fluent.Models.ServiceObjectiveName RequestedServiceObjectiveName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.requestedServiceObjectiveName")>]
member this.RequestedServiceObjectiveName : Microsoft.Azure.Management.Sql.Fluent.Models.ServiceObjectiveName with get, set
Public Property RequestedServiceObjectiveName As ServiceObjectiveName

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于