Container for the parameters to the ModifyDBParameterGroup operation.
            
Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: ParameterName , ParameterValue , and ApplyMethod . A maximum of 20 parameters can be modified in a single request.
NOTE: The apply-immediate method can be used only for dynamic parameters; the pending-reboot method can be used with MySQL and Oracle DB instances for either dynamic or static parameters. For Microsoft SQL Server DB instances, the pending-reboot method can be used only for static parameters.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ModifyDBParameterGroupRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | ||
|---|---|---|---|---|
|  | ModifyDBParameterGroupRequest()()()() | Initializes a new instance of the ModifyDBParameterGroupRequest 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. Valid Values (for the
            application method): immediate | pending-reboot 
 | ||
|  | 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
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ModifyDBParameterGroupRequest | |
 Note:
 Note: