DatabaseInner.RequestedServiceObjectiveId Property

Definition

Gets or sets the configured service level objective ID of the database. This is the service level objective that is in the process of being applied to the database. Once successfully updated, it will match the value of currentServiceObjectiveId property. If requestedServiceObjectiveId and requestedServiceObjectiveName are both updated, the value of requestedServiceObjectiveId overrides the value of requestedServiceObjectiveName.

The list of SKUs may vary by region and support offer. To determine the service objective ids that are available to your subscription in an Azure region, use the 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to