Database.RequestedServiceObjectiveName 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 name of the configured service level objective 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 serviceLevelObjective property. To see possible values, query the capabilities API (/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationID}/capabilities) referred to by operationId: "Capabilities_ListByLocation.". Possible values include: 'Basic', 'S0', 'S1', 'S2', 'S3', 'P1', 'P2', 'P3', 'P4', 'P6', 'P11', 'P15', 'System', 'System2', 'ElasticPool'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.requestedServiceObjectiveName")]
public string RequestedServiceObjectiveName { get; set; }
member this.RequestedServiceObjectiveName : string with get, set
Public Property RequestedServiceObjectiveName As String
Property Value
- System.String
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute