Managed Instance Long Term Retention Policies - Get
Gets a managed database's long term retention policy.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/backupLongTermRetentionPolicies/default?api-version=2021-11-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
database
|
path | True |
string |
The name of the database. |
managed
|
path | True |
string |
The name of the managed instance. |
policy
|
path | True |
The policy name. Should always be Default. |
|
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. |
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 |
Successfully got LTR policy for managed database. |
|
Other Status Codes |
*** Error Responses: ***
|
Examples
Get the long term retention policy for the managed database.
Sample request
Sample response
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Sql/resourceGroups/testResourceGroup/managedInstances/testInstance/databases/testDatabase/backupLongTermRetentionPolicies/default",
"name": "default",
"type": "Microsoft.Sql/resourceGroups/managedInstances/databases/backupLongTermRetentionPolicies",
"properties": {
"weeklyRetention": "P1M",
"monthlyRetention": "P1Y",
"yearlyRetention": "P5Y",
"weekOfYear": 5
}
}
Definitions
Name | Description |
---|---|
Managed |
A long term retention policy. |
Managed |
The policy name. Should always be Default. |
ManagedInstanceLongTermRetentionPolicy
A long term retention policy.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
name |
string |
Resource name. |
properties.monthlyRetention |
string |
The monthly retention policy for an LTR backup in an ISO 8601 format. |
properties.weekOfYear |
integer |
The week of year to take the yearly backup in an ISO 8601 format. |
properties.weeklyRetention |
string |
The weekly retention policy for an LTR backup in an ISO 8601 format. |
properties.yearlyRetention |
string |
The yearly retention policy for an LTR backup in an ISO 8601 format. |
type |
string |
Resource type. |
ManagedInstanceLongTermRetentionPolicyName
The policy name. Should always be Default.
Name | Type | Description |
---|---|---|
default |
string |