C# 클래스 Amazon.RDS.Model.DeleteDBParameterGroupRequest

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteDBParameterGroupRequest ( ) : System

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

DeleteDBParameterGroupRequest ( string dbParameterGroupName ) : System

Instantiates DeleteDBParameterGroupRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetDBParameterGroupName ( ) : bool

메소드 상세

DeleteDBParameterGroupRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteDBParameterGroupRequest ( ) : System
리턴 System

DeleteDBParameterGroupRequest() 공개 메소드

Instantiates DeleteDBParameterGroupRequest with the parameterized properties
public DeleteDBParameterGroupRequest ( string dbParameterGroupName ) : System
dbParameterGroupName string The name of the DB parameter group. Constraints:
  • Must be the name of an existing DB parameter group
  • You cannot delete a default DB parameter group
  • Cannot be associated with any DB instances
리턴 System