Skip to content

SqlServerEndpointState

johlju edited this page Jun 9, 2020 · 2 revisions

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.

Clone this wiki locally