SqlDatabaseRecoveryModel - dsccommunity/SqlServerDsc GitHub Wiki
SqlDatabaseRecoveryModel
Parameters
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
Name | Key | String | The SQL database name | |
InstanceName | Key | String | The name of the SQL instance to be configured. | |
RecoveryModel | Required | String | The recovery model to use for the database. | Full , Simple , BulkLogged |
ServerName | Write | String | The host name of the SQL Server to be configured. Default value is $env:COMPUTERNAME. |
DEPRECATION NOTICE
The SqlDatabaseRecoveryModel
DSC resource is DEPRECATED. The resource
is replaced by a property in the resource SqlDatabase
.
The documentation, examples, unit test, and integration tests have been removed. This resource will be removed in a future release.