Scheduler.SetClusterParameter(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a configuration parameter for the cluster.
public void SetClusterParameter(string name, string value);
abstract member SetClusterParameter : string * string -> unit
override this.SetClusterParameter : string * string -> unit
Public Sub SetClusterParameter (name As String, value As String)
Parameters
- name
- String
The name of the parameter. The name is case-insensitive.
- value
- String
The value of the parameter.