Container for the parameters to the ResetDBParameterGroup operation.
Modifies the parameters of a DB parameter group to the engine/system default value. To reset specific parameters submit a list of the following: ParameterName and ApplyMethod . To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request.

C# |
public class ResetDBParameterGroupRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ResetDBParameterGroupRequest()()()() | Initializes a new instance of the ResetDBParameterGroupRequest class |
![]() | DBParameterGroupName |
The name of the DB parameter group. Constraints:
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Parameters |
An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method
must be supplied; subsequent arguments are optional. A maximum of 20 parameters may be modified in a single request. MySQL Valid
Values (for Apply method): immediate | pending-reboot You can use the immediate value with dynamic parameters only. You can
use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots. Oracle
Valid Values (for Apply method): pending-reboot |
![]() | ResetAllParameters |
Specifies whether (true) or not (false) to reset all parameters in the DB parameter group to default values. Default:
true |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDBParameterGroupName(String) | Obsolete.
Sets the DBParameterGroupName property
|
![]() | WithParameters(array<Parameter>[]()[][]) | Obsolete.
Adds elements to the Parameters collection
|
![]() | WithParameters(IEnumerable<(Of <<'(Parameter>)>>)) | Obsolete.
Adds elements to the Parameters collection
|
![]() | WithResetAllParameters(Boolean) | Obsolete.
Sets the ResetAllParameters property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | ResetDBParameterGroupRequest |