Recommended Elastic Pools - List By Server
Returns recommended elastic pools.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/recommendedElasticPools?api-version=2014-04-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
server
|
path | True |
string |
The name of the server. |
subscription
|
path | True |
string |
The subscription ID that identifies an Azure subscription. |
api-version
|
query | True |
string |
The API version to use for the request. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
Examples
List recommended elastic pools
Sample request
GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Sql/servers/sqlcrudtest-2080/recommendedElasticPools?api-version=2014-04-01
Sample response
{
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Sql/servers/sqlcrudtest-2080/recommendedElasticPools/ElasticPool1",
"name": "ElasticPool1",
"type": "Microsoft.Sql/servers/recommendedElasticPools",
"properties": {
"databaseEdition": "Standard",
"dtu": 1000,
"databaseDtuMin": 100.6,
"databaseDtuMax": 200.5,
"storageMB": 1000.3,
"observationPeriodStart": "2014-11-01T00:00:00Z",
"observationPeriodEnd": "2014-11-15T00:00:00Z",
"maxObservedDtu": 900.2,
"maxObservedStorageMB": 350,
"databases": [],
"metrics": [
{
"dateTime": "2015-04-01T00:00:00Z",
"dtu": 100.5,
"sizeGB": 15.4
},
{
"dateTime": "2015-04-02T00:00:00Z",
"dtu": 135,
"sizeGB": 12.754
},
{
"dateTime": "2015-04-03T00:00:00Z",
"dtu": 135,
"sizeGB": 12.754
}
]
}
},
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Sql/servers/sqlcrudtest-2080/recommendedElasticPools/ElasticPool2",
"name": "ElasticPool2",
"type": "Microsoft.Sql/servers/recommendedElasticPools",
"properties": {
"databaseEdition": "Standard",
"dtu": 1000,
"databaseDtuMin": 100,
"databaseDtuMax": 200,
"storageMB": 1000,
"observationPeriodStart": "2014-11-01T00:00:00Z",
"observationPeriodEnd": "2014-11-15T00:00:00Z",
"maxObservedDtu": 450,
"maxObservedStorageMB": 900,
"databases": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Sql/servers/sqlcrudtest-2080/databases/master",
"name": "master",
"type": "Microsoft.Sql/servers/databases",
"location": "Southeast Asia",
"properties": {
"databaseId": "28acaef5-d228-4660-bb67-546ec8482496",
"edition": "System",
"status": "Online",
"serviceLevelObjective": "System2",
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": "5368709120",
"creationDate": "2015-04-17T08:36:48.237Z",
"currentServiceObjectiveId": "620323bf-2879-4807-b30d-c2e6d7b3b3aa",
"requestedServiceObjectiveId": "620323bf-2879-4807-b30d-c2e6d7b3b3aa",
"requestedServiceObjectiveName": null,
"createMode": null,
"sourceDatabaseId": null,
"defaultSecondaryLocation": "Japan East",
"earliestRestoreDate": null,
"restorePointInTime": null,
"sourceDatabaseDeletionDate": null
}
}
]
}
}
]
}
Definitions
Name | Description |
---|---|
Create |
Specifies the mode of database creation. Default: regular database creation. Copy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database. OnlineSecondary/NonReadableSecondary: creates a database as a (readable or nonreadable) secondary replica of an existing database. sourceDatabaseId must be specified as the resource ID of the existing primary database. PointInTimeRestore: Creates a database by restoring a point in time backup of an existing database. sourceDatabaseId must be specified as the resource ID of the existing database, and restorePointInTime must be specified. Recovery: Creates a database by restoring a geo-replicated backup. sourceDatabaseId must be specified as the recoverable database resource ID to restore. Restore: Creates a database by restoring a backup of a deleted database. sourceDatabaseId must be specified. If sourceDatabaseId is the database's original resource ID, then sourceDatabaseDeletionDate must be specified. Otherwise sourceDatabaseId must be the restorable dropped database resource ID and sourceDatabaseDeletionDate is ignored. restorePointInTime may also be specified to restore from an earlier point in time. RestoreLongTermRetentionBackup: Creates a database by restoring from a long term retention vault. recoveryServicesRecoveryPointResourceId must be specified as the recovery point resource ID. Copy, NonReadableSecondary, OnlineSecondary and RestoreLongTermRetentionBackup are not supported for DataWarehouse edition. |
Database |
Represents a database. |
Database |
The edition of the database. The DatabaseEditions enumeration contains all the valid editions. If createMode is NonReadableSecondary or OnlineSecondary, this value is ignored. The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the
|
Elastic |
The edition of the recommended elastic pool. The ElasticPoolEdition enumeration contains all the valid editions. |
Operation |
The impact of an operation, both in absolute and relative terms. |
Read |
Conditional. If the database is a geo-secondary, readScale indicates whether read-only connections are allowed to this database or not. Not supported for DataWarehouse edition. |
Recommended |
Represents a recommended elastic pool. |
Recommended |
Represents the response to a list recommended elastic pool request. |
Recommended |
Represents recommended elastic pool metric. |
Recommended |
Represents a database recommended index. |
Recommended |
The proposed index action. You can create a missing index, drop an unused index, or rebuild an existing index to improve its performance. |
Recommended |
The current recommendation state. |
Recommended |
The type of index (CLUSTERED, NONCLUSTERED, COLUMNSTORE, CLUSTERED COLUMNSTORE) |
Sample |
Indicates the name of the sample schema to apply when creating this database. If createMode is not Default, this value is ignored. Not supported for DataWarehouse edition. |
Service |
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. The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the
|
Service |
Represents a Service Tier Advisor. |
Slo |
A Slo Usage Metric. |
Transparent |
Represents a database transparent data encryption configuration. |
Transparent |
The status of the database transparent data encryption. |
CreateMode
Specifies the mode of database creation.
Default: regular database creation.
Copy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database.
OnlineSecondary/NonReadableSecondary: creates a database as a (readable or nonreadable) secondary replica of an existing database. sourceDatabaseId must be specified as the resource ID of the existing primary database.
PointInTimeRestore: Creates a database by restoring a point in time backup of an existing database. sourceDatabaseId must be specified as the resource ID of the existing database, and restorePointInTime must be specified.
Recovery: Creates a database by restoring a geo-replicated backup. sourceDatabaseId must be specified as the recoverable database resource ID to restore.
Restore: Creates a database by restoring a backup of a deleted database. sourceDatabaseId must be specified. If sourceDatabaseId is the database's original resource ID, then sourceDatabaseDeletionDate must be specified. Otherwise sourceDatabaseId must be the restorable dropped database resource ID and sourceDatabaseDeletionDate is ignored. restorePointInTime may also be specified to restore from an earlier point in time.
RestoreLongTermRetentionBackup: Creates a database by restoring from a long term retention vault. recoveryServicesRecoveryPointResourceId must be specified as the recovery point resource ID.
Copy, NonReadableSecondary, OnlineSecondary and RestoreLongTermRetentionBackup are not supported for DataWarehouse edition.
Name | Type | Description |
---|---|---|
Copy |
string |
|
Default |
string |
|
NonReadableSecondary |
string |
|
OnlineSecondary |
string |
|
PointInTimeRestore |
string |
|
Recovery |
string |
|
Restore |
string |
|
RestoreLongTermRetentionBackup |
string |
Database
Represents a database.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
kind |
string |
Kind of database. This is metadata used for the Azure portal experience. |
location |
string |
Resource location. |
name |
string |
Resource name. |
properties.collation |
string |
The collation of the database. If createMode is not Default, this value is ignored. |
properties.containmentState |
integer |
The containment state of the database. |
properties.createMode |
Specifies the mode of database creation. Default: regular database creation. Copy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database. OnlineSecondary/NonReadableSecondary: creates a database as a (readable or nonreadable) secondary replica of an existing database. sourceDatabaseId must be specified as the resource ID of the existing primary database. PointInTimeRestore: Creates a database by restoring a point in time backup of an existing database. sourceDatabaseId must be specified as the resource ID of the existing database, and restorePointInTime must be specified. Recovery: Creates a database by restoring a geo-replicated backup. sourceDatabaseId must be specified as the recoverable database resource ID to restore. Restore: Creates a database by restoring a backup of a deleted database. sourceDatabaseId must be specified. If sourceDatabaseId is the database's original resource ID, then sourceDatabaseDeletionDate must be specified. Otherwise sourceDatabaseId must be the restorable dropped database resource ID and sourceDatabaseDeletionDate is ignored. restorePointInTime may also be specified to restore from an earlier point in time. RestoreLongTermRetentionBackup: Creates a database by restoring from a long term retention vault. recoveryServicesRecoveryPointResourceId must be specified as the recovery point resource ID. Copy, NonReadableSecondary, OnlineSecondary and RestoreLongTermRetentionBackup are not supported for DataWarehouse edition. |
|
properties.creationDate |
string |
The creation date of the database (ISO8601 format). |
properties.currentServiceObjectiveId |
string |
The current service level objective ID of the database. This is the ID of the service level objective that is currently active. |
properties.databaseId |
string |
The ID of the database. |
properties.defaultSecondaryLocation |
string |
The default secondary region for this database. |
properties.earliestRestoreDate |
string |
This records the earliest start date and time that restore is available for this database (ISO8601 format). |
properties.edition |
The edition of the database. The DatabaseEditions enumeration contains all the valid editions. If createMode is NonReadableSecondary or OnlineSecondary, this value is ignored. The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the
|
|
properties.elasticPoolName |
string |
The name of the elastic pool the database is in. If elasticPoolName and requestedServiceObjectiveName are both updated, the value of requestedServiceObjectiveName is ignored. Not supported for DataWarehouse edition. |
properties.failoverGroupId |
string |
The resource identifier of the failover group containing this database. |
properties.maxSizeBytes |
string |
The max size of the database expressed in bytes. If createMode is not Default, this value is ignored. To see possible values, query the capabilities API (/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationID}/capabilities) referred to by operationId: "Capabilities_ListByLocation." |
properties.readScale |
Conditional. If the database is a geo-secondary, readScale indicates whether read-only connections are allowed to this database or not. Not supported for DataWarehouse edition. |
|
properties.recommendedIndex |
The recommended indices for this database. |
|
properties.recoveryServicesRecoveryPointResourceId |
string |
Conditional. If createMode is RestoreLongTermRetentionBackup, then this value is required. Specifies the resource ID of the recovery point to restore from. |
properties.requestedServiceObjectiveId |
string |
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 |
properties.requestedServiceObjectiveName |
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. The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the
|
|
properties.restorePointInTime |
string |
Conditional. If createMode is PointInTimeRestore, this value is required. If createMode is Restore, this value is optional. Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database. Must be greater than or equal to the source database's earliestRestoreDate value. |
properties.sampleName |
Indicates the name of the sample schema to apply when creating this database. If createMode is not Default, this value is ignored. Not supported for DataWarehouse edition. |
|
properties.serviceLevelObjective |
The current service level objective of the database. |
|
properties.serviceTierAdvisors |
The list of service tier advisors for this database. Expanded property |
|
properties.sourceDatabaseDeletionDate |
string |
Conditional. If createMode is Restore and sourceDatabaseId is the deleted database's original resource id when it existed (as opposed to its current restorable dropped database id), then this value is required. Specifies the time that the database was deleted. |
properties.sourceDatabaseId |
string |
Conditional. If createMode is Copy, NonReadableSecondary, OnlineSecondary, PointInTimeRestore, Recovery, or Restore, then this value is required. Specifies the resource ID of the source database. If createMode is NonReadableSecondary or OnlineSecondary, the name of the source database must be the same as the new database being created. |
properties.status |
string |
The status of the database. |
properties.transparentDataEncryption |
The transparent data encryption info for this database. |
|
properties.zoneRedundant |
boolean |
Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones. |
tags |
object |
Resource tags. |
type |
string |
Resource type. |
DatabaseEdition
The edition of the database. The DatabaseEditions enumeration contains all the valid editions. If createMode is NonReadableSecondary or OnlineSecondary, this value is ignored.
The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the Capabilities_ListByLocation
REST API or one of the following commands:
az sql db list-editions -l <location> -o table
Get-AzSqlServerServiceObjective -Location <location>
Name | Type | Description |
---|---|---|
Basic |
string |
|
Business |
string |
|
BusinessCritical |
string |
|
DataWarehouse |
string |
|
Free |
string |
|
GeneralPurpose |
string |
|
Hyperscale |
string |
|
Premium |
string |
|
PremiumRS |
string |
|
Standard |
string |
|
Stretch |
string |
|
System |
string |
|
System2 |
string |
|
Web |
string |
ElasticPoolEdition
The edition of the recommended elastic pool. The ElasticPoolEdition enumeration contains all the valid editions.
Name | Type | Description |
---|---|---|
Basic |
string |
|
BusinessCritical |
string |
|
GeneralPurpose |
string |
|
Premium |
string |
|
Standard |
string |
OperationImpact
The impact of an operation, both in absolute and relative terms.
Name | Type | Description |
---|---|---|
changeValueAbsolute |
number |
The absolute impact to dimension. |
changeValueRelative |
number |
The relative impact to dimension (null if not applicable) |
name |
string |
The name of the impact dimension. |
unit |
string |
The unit in which estimated impact to dimension is measured. |
ReadScale
Conditional. If the database is a geo-secondary, readScale indicates whether read-only connections are allowed to this database or not. Not supported for DataWarehouse edition.
Name | Type | Description |
---|---|---|
Disabled |
string |
|
Enabled |
string |
RecommendedElasticPool
Represents a recommended elastic pool.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
name |
string |
Resource name. |
properties.databaseDtuMax |
number |
The maximum DTU for the database. |
properties.databaseDtuMin |
number |
The minimum DTU for the database. |
properties.databaseEdition |
The edition of the recommended elastic pool. The ElasticPoolEdition enumeration contains all the valid editions. |
|
properties.databases |
Database[] |
The list of databases in this pool. Expanded property |
properties.dtu |
number |
The DTU for the recommended elastic pool. |
properties.maxObservedDtu |
number |
Gets maximum observed DTU. |
properties.maxObservedStorageMB |
number |
Gets maximum observed storage in megabytes. |
properties.metrics |
The list of databases housed in the server. Expanded property |
|
properties.observationPeriodEnd |
string |
The observation period start (ISO8601 format). |
properties.observationPeriodStart |
string |
The observation period start (ISO8601 format). |
properties.storageMB |
number |
Gets storage size in megabytes. |
type |
string |
Resource type. |
RecommendedElasticPoolListResult
Represents the response to a list recommended elastic pool request.
Name | Type | Description |
---|---|---|
value |
The list of recommended elastic pools hosted in the server. |
RecommendedElasticPoolMetric
Represents recommended elastic pool metric.
Name | Type | Description |
---|---|---|
dateTime |
string |
The time of metric (ISO8601 format). |
dtu |
number |
Gets or sets the DTUs (Database Transaction Units). See https://azure.microsoft.com/documentation/articles/sql-database-what-is-a-dtu/ |
sizeGB |
number |
Gets or sets size in gigabytes. |
RecommendedIndex
Represents a database recommended index.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
name |
string |
Resource name. |
properties.action |
The proposed index action. You can create a missing index, drop an unused index, or rebuild an existing index to improve its performance. |
|
properties.columns |
string[] |
Columns over which to build index |
properties.created |
string |
The UTC datetime showing when this resource was created (ISO8601 format). |
properties.estimatedImpact |
The estimated impact of doing recommended index action. |
|
properties.includedColumns |
string[] |
The list of column names to be included in the index |
properties.indexScript |
string |
The full build index script |
properties.indexType |
The type of index (CLUSTERED, NONCLUSTERED, COLUMNSTORE, CLUSTERED COLUMNSTORE) |
|
properties.lastModified |
string |
The UTC datetime of when was this resource last changed (ISO8601 format). |
properties.reportedImpact |
The values reported after index action is complete. |
|
properties.schema |
string |
The schema where table to build index over resides |
properties.state |
The current recommendation state. |
|
properties.table |
string |
The table on which to build index. |
type |
string |
Resource type. |
RecommendedIndexAction
The proposed index action. You can create a missing index, drop an unused index, or rebuild an existing index to improve its performance.
Name | Type | Description |
---|---|---|
Create |
string |
|
Drop |
string |
|
Rebuild |
string |
RecommendedIndexState
The current recommendation state.
Name | Type | Description |
---|---|---|
Active |
string |
|
Blocked |
string |
|
Executing |
string |
|
Expired |
string |
|
Ignored |
string |
|
Pending |
string |
|
Pending Revert |
string |
|
Reverted |
string |
|
Reverting |
string |
|
Success |
string |
|
Verifying |
string |
RecommendedIndexType
The type of index (CLUSTERED, NONCLUSTERED, COLUMNSTORE, CLUSTERED COLUMNSTORE)
Name | Type | Description |
---|---|---|
CLUSTERED |
string |
|
CLUSTERED COLUMNSTORE |
string |
|
COLUMNSTORE |
string |
|
NONCLUSTERED |
string |
SampleName
Indicates the name of the sample schema to apply when creating this database. If createMode is not Default, this value is ignored. Not supported for DataWarehouse edition.
Name | Type | Description |
---|---|---|
AdventureWorksLT |
string |
ServiceObjectiveName
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.
The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that are available to your subscription in an Azure region, use the Capabilities_ListByLocation
REST API or one of the following commands:
az sql db list-editions -l <location> -o table
Get-AzSqlServerServiceObjective -Location <location>
Name | Type | Description |
---|---|---|
Basic |
string |
|
DS100 |
string |
|
DS1000 |
string |
|
DS1200 |
string |
|
DS1500 |
string |
|
DS200 |
string |
|
DS2000 |
string |
|
DS300 |
string |
|
DS400 |
string |
|
DS500 |
string |
|
DS600 |
string |
|
DW100 |
string |
|
DW1000 |
string |
|
DW10000c |
string |
|
DW1000c |
string |
|
DW1200 |
string |
|
DW1500 |
string |
|
DW15000c |
string |
|
DW1500c |
string |
|
DW200 |
string |
|
DW2000 |
string |
|
DW2000c |
string |
|
DW2500c |
string |
|
DW300 |
string |
|
DW3000 |
string |
|
DW30000c |
string |
|
DW3000c |
string |
|
DW400 |
string |
|
DW500 |
string |
|
DW5000c |
string |
|
DW600 |
string |
|
DW6000 |
string |
|
DW6000c |
string |
|
DW7500c |
string |
|
ElasticPool |
string |
|
Free |
string |
|
P1 |
string |
|
P11 |
string |
|
P15 |
string |
|
P2 |
string |
|
P3 |
string |
|
P4 |
string |
|
P6 |
string |
|
PRS1 |
string |
|
PRS2 |
string |
|
PRS4 |
string |
|
PRS6 |
string |
|
S0 |
string |
|
S1 |
string |
|
S12 |
string |
|
S2 |
string |
|
S3 |
string |
|
S4 |
string |
|
S6 |
string |
|
S7 |
string |
|
S9 |
string |
|
System |
string |
|
System0 |
string |
|
System1 |
string |
|
System2 |
string |
|
System2L |
string |
|
System3 |
string |
|
System3L |
string |
|
System4 |
string |
|
System4L |
string |
ServiceTierAdvisor
Represents a Service Tier Advisor.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
name |
string |
Resource name. |
properties.activeTimeRatio |
number |
The activeTimeRatio for service tier advisor. |
properties.avgDtu |
number |
Gets or sets avgDtu for service tier advisor. |
properties.confidence |
number |
Gets or sets confidence for service tier advisor. |
properties.currentServiceLevelObjective |
string |
Gets or sets currentServiceLevelObjective for service tier advisor. |
properties.currentServiceLevelObjectiveId |
string |
Gets or sets currentServiceLevelObjectiveId for service tier advisor. |
properties.databaseSizeBasedRecommendationServiceLevelObjective |
string |
Gets or sets databaseSizeBasedRecommendationServiceLevelObjective for service tier advisor. |
properties.databaseSizeBasedRecommendationServiceLevelObjectiveId |
string |
Gets or sets databaseSizeBasedRecommendationServiceLevelObjectiveId for service tier advisor. |
properties.disasterPlanBasedRecommendationServiceLevelObjective |
string |
Gets or sets disasterPlanBasedRecommendationServiceLevelObjective for service tier advisor. |
properties.disasterPlanBasedRecommendationServiceLevelObjectiveId |
string |
Gets or sets disasterPlanBasedRecommendationServiceLevelObjectiveId for service tier advisor. |
properties.maxDtu |
number |
Gets or sets maxDtu for service tier advisor. |
properties.maxSizeInGB |
number |
Gets or sets maxSizeInGB for service tier advisor. |
properties.minDtu |
number |
Gets or sets minDtu for service tier advisor. |
properties.observationPeriodEnd |
string |
The observation period start (ISO8601 format). |
properties.observationPeriodStart |
string |
The observation period start (ISO8601 format). |
properties.overallRecommendationServiceLevelObjective |
string |
Gets or sets overallRecommendationServiceLevelObjective for service tier advisor. |
properties.overallRecommendationServiceLevelObjectiveId |
string |
Gets or sets overallRecommendationServiceLevelObjectiveId for service tier advisor. |
properties.serviceLevelObjectiveUsageMetrics |
Gets or sets serviceLevelObjectiveUsageMetrics for the service tier advisor. |
|
properties.usageBasedRecommendationServiceLevelObjective |
string |
Gets or sets usageBasedRecommendationServiceLevelObjective for service tier advisor. |
properties.usageBasedRecommendationServiceLevelObjectiveId |
string |
Gets or sets usageBasedRecommendationServiceLevelObjectiveId for service tier advisor. |
type |
string |
Resource type. |
SloUsageMetric
A Slo Usage Metric.
Name | Type | Description |
---|---|---|
inRangeTimeRatio |
number |
Gets or sets inRangeTimeRatio for SLO usage metric. |
serviceLevelObjective |
The serviceLevelObjective for SLO usage metric. |
|
serviceLevelObjectiveId |
string |
The serviceLevelObjectiveId for SLO usage metric. |
TransparentDataEncryption
Represents a database transparent data encryption configuration.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
location |
string |
Resource location. |
name |
string |
Resource name. |
properties.status |
The status of the database transparent data encryption. |
|
type |
string |
Resource type. |
TransparentDataEncryptionStatus
The status of the database transparent data encryption.
Name | Type | Description |
---|---|---|
Disabled |
string |
|
Enabled |
string |