-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ac6075
commit 9b85bb0
Showing
1 changed file
with
50 additions
and
50 deletions.
There are no files selected for viewing
100 changes: 50 additions & 50 deletions
100
...rosoft.Sql/preview/2018-06-01-preview/examples/ManagedDatabaseCreateRestoreLtrBackup.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,55 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "Default-SQL-SouthEastAsia", | ||
"managedInstanceName": "managedInstance", | ||
"databaseName": "managedDatabase", | ||
"api-version": "2018-06-01-preview", | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "Default-SQL-SouthEastAsia", | ||
"managedInstanceName": "managedInstance", | ||
"databaseName": "managedDatabase", | ||
"api-version": "2018-06-01-preview", | ||
"parameters": { | ||
"properties": { | ||
"createMode": "RestoreExternalBackup", | ||
"storageContainerUri": "https://myaccountname.blob.core.windows.net/backups", | ||
"storageContainerSasToken": "sv=2015-12-11&sr=c&sp=rl&sig=1234", | ||
"collation": "SQL_Latin1_General_CP1_CI_AS" | ||
}, | ||
"location": "southeastasia" | ||
} | ||
"properties": { | ||
"createMode": "RestoreExternalBackup", | ||
"storageContainerUri": "https://myaccountname.blob.core.windows.net/backups", | ||
"storageContainerSasToken": "sv=2015-12-11&sr=c&sp=rl&sig=1234", | ||
"collation": "SQL_Latin1_General_CP1_CI_AS" | ||
}, | ||
"location": "southeastasia" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
}, | ||
"location": "southeastasia", | ||
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/testsvr/databases/testdb1", | ||
"name": "testdb1", | ||
"properties": { | ||
"collation": "SQL_Latin1_General_CP1_CI_AS", | ||
"status": "Online", | ||
"creationDate": "2017-06-07T04:41:33.937Z", | ||
"defaultSecondaryLocation": "North Europe" | ||
}, | ||
"type": "Microsoft.Sql/managedInstances/databases" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
}, | ||
"location": "southeastasia", | ||
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/testsvr/databases/testdb1", | ||
"name": "testdb1", | ||
"properties": { | ||
"collation": "SQL_Latin1_General_CP1_CI_AS", | ||
"status": "Online", | ||
"creationDate": "2017-06-07T04:41:33.937Z", | ||
"defaultSecondaryLocation": "North Europe" | ||
}, | ||
"type": "Microsoft.Sql/managedInstances/databases" | ||
} | ||
"201": { | ||
"body": { | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
}, | ||
"201": { | ||
"body": { | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
}, | ||
"location": "southeastasia", | ||
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/testsvr/databases/testdb2", | ||
"name": "testdb2", | ||
"properties": { | ||
"collation": "SQL_Latin1_General_CP1_CI_AS", | ||
"status": "Online", | ||
"creationDate": "2017-06-07T04:41:33.937Z", | ||
"defaultSecondaryLocation": "North Europe" | ||
}, | ||
"type": "Microsoft.Sql/managedInstances/databases" | ||
} | ||
"location": "southeastasia", | ||
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Sql/managedInstances/testsvr/databases/testdb2", | ||
"name": "testdb2", | ||
"properties": { | ||
"collation": "SQL_Latin1_General_CP1_CI_AS", | ||
"status": "Online", | ||
"creationDate": "2017-06-07T04:41:33.937Z", | ||
"defaultSecondaryLocation": "North Europe" | ||
}, | ||
"202": { } | ||
} | ||
} | ||
"type": "Microsoft.Sql/managedInstances/databases" | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |