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

DatabaseInner.RequestedServiceObjectiveId 属性

定义

获取或设置数据库的已配置服务级别目标 ID。 这是正在应用于数据库的服务级别目标。 成功更新后,它将匹配 currentServiceObjectiveId 属性的值。 如果 requestedServiceObjectiveId 和 requestedServiceObjectiveName 均已更新,则 requestedServiceObjectiveId 的值将替代 requestedServiceObjectiveName 的值。

SKU 列表可能因地区和支持产品/服务而异。 若要确定可用于 Azure 区域中订阅的服务目标 ID,请使用 Capabilities_ListByLocation REST API。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.requestedServiceObjectiveId")]
public Guid? RequestedServiceObjectiveId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.requestedServiceObjectiveId")>]
member this.RequestedServiceObjectiveId : Nullable<Guid> with get, set
Public Property RequestedServiceObjectiveId As Nullable(Of Guid)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于