DatabaseUpdateInner.RequestedServiceObjectiveId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET