
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Creates a new parameter group. A parameter group is a collection of parameters that you apply to all of the nodes in a DAX cluster.
dax_create_parameter_group(ParameterGroupName, Description)
[required] The name of the parameter group to apply to all of the clusters in this replication group.
A description of the parameter group.
svc$create_parameter_group( ParameterGroupName = "string", Description = "string" )