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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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