| Modifier and Type | Field and Description |
|---|---|
static ServiceObjectiveName |
ServiceObjectiveName.BASIC
Static value Basic for ServiceObjectiveName.
|
static ServiceObjectiveName |
ServiceObjectiveName.P1
Static value P1 for ServiceObjectiveName.
|
static ServiceObjectiveName |
ServiceObjectiveName.P2
Static value P2 for ServiceObjectiveName.
|
static ServiceObjectiveName |
ServiceObjectiveName.P3
Static value P3 for ServiceObjectiveName.
|
static ServiceObjectiveName |
ServiceObjectiveName.S0
Static value S0 for ServiceObjectiveName.
|
static ServiceObjectiveName |
ServiceObjectiveName.S1
Static value S1 for ServiceObjectiveName.
|
static ServiceObjectiveName |
ServiceObjectiveName.S2
Static value S2 for ServiceObjectiveName.
|
static ServiceObjectiveName |
ServiceObjectiveName.S3
Static value S3 for ServiceObjectiveName.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceObjectiveName |
SqlDatabase.requestedServiceObjectiveName() |
ServiceObjectiveName |
SqlDatabase.serviceLevelObjective() |
ServiceObjectiveName |
SloUsageMetricInterface.serviceLevelObjective() |
ServiceObjectiveName |
SloUsageMetric.serviceLevelObjective()
Get the serviceLevelObjective value.
|
| Modifier and Type | Method and Description |
|---|---|
SloUsageMetric |
SloUsageMetric.withServiceLevelObjective(ServiceObjectiveName serviceLevelObjective)
Set the serviceLevelObjective value.
|
SqlDatabase.DefinitionStages.WithCreate |
SqlDatabase.DefinitionStages.WithServiceObjective.withServiceObjective(ServiceObjectiveName serviceLevelObjective)
Sets the service level objective for the SQL Database.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithServiceObjective.withServiceObjective(ServiceObjectiveName serviceLevelObjective)
Sets the service level objective for the SQL Database.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/