你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DatabaseUpdateInner.RequestedServiceObjectiveId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置数据库的已配置服务级别目标 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