C# Класс Amazon.RDS.Model.ResetDBParameterGroupRequest

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.
Наследование: AmazonRDSRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ResetDBParameterGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ResetDBParameterGroupRequest ( string dbParameterGroupName ) : System

Instantiates ResetDBParameterGroupRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetDBParameterGroupName ( ) : bool
IsSetParameters ( ) : bool
IsSetResetAllParameters ( ) : bool

Описание методов

ResetDBParameterGroupRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public ResetDBParameterGroupRequest ( ) : System
Результат System

ResetDBParameterGroupRequest() публичный Метод

Instantiates ResetDBParameterGroupRequest with the parameterized properties
public ResetDBParameterGroupRequest ( string dbParameterGroupName ) : System
dbParameterGroupName string The name of the DB parameter group. Constraints:
  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
Результат System