The workspaces/sqlPools/geoBackupPolicies resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies resource, add the following JSON to your template.
{
"type": "Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies",
"apiVersion": "2021-06-01",
"name": "Default",
"properties": {
"state": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Synapse/workspaces/sqlPools/geoBackupPolicies' |
apiVersion | The resource api version | '2021-06-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
'Default' |
properties | The properties of the geo backup policy. | GeoBackupPolicyProperties (required) |
Name | Description | Value |
---|---|---|
state | The state of the geo backup policy. | 'Disabled' 'Enabled' (required) |