SqlServerEndpointState - dsccommunity/SqlServerDsc GitHub Wiki
SqlServerEndpointState
Parameters
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
| InstanceName | Key | String | The name of the SQL instance to be configured. | |
| ServerName | Write | String | The host name of the SQL Server to be configured. Default value is $env:COMPUTERNAME. | |
| Name | Key | String | The name of the endpoint. | |
| State | Write | String | The state of the endpoint. Valid states are Started, Stopped or Disabled. Default value is 'Started'. | Started, Stopped, Disabled |
DEPRECATION NOTICE
The SqlServerEndpointState DSC resource is DEPRECATED. The resource
is replaced by a property in the resource SqlServerEndpoint.
The documentation, examples, unit test, and integration tests have been removed. This resource will be removed in a future release.