DatabaseInner.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 Azure SQL database. This is the Service Level Objective that is in the process of being applied to the Azure SQL database. Once successfully updated, it will match the value of currentServiceObjectiveId property.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.requestedServiceObjectiveId")]
public Nullable<Guid> RequestedServiceObjectiveId { get; set; }
member this.RequestedServiceObjectiveId : Nullable<Guid> with get, set
Public Property RequestedServiceObjectiveId As Nullable(Of Guid)
Property Value
- System.Nullable<System.Guid>
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute