C# 클래스 Amazon.ElastiCache.Model.DeleteCacheParameterGroupRequest

Container for the parameters to the DeleteCacheParameterGroup operation. Deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.
상속: AmazonElastiCacheRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteCacheParameterGroupRequest ( ) : System

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

DeleteCacheParameterGroupRequest ( string cacheParameterGroupName ) : System

Instantiates DeleteCacheParameterGroupRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCacheParameterGroupName ( ) : bool

메소드 상세

DeleteCacheParameterGroupRequest() 공개 메소드

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

DeleteCacheParameterGroupRequest() 공개 메소드

Instantiates DeleteCacheParameterGroupRequest with the parameterized properties
public DeleteCacheParameterGroupRequest ( string cacheParameterGroupName ) : System
cacheParameterGroupName string The name of the cache parameter group to delete. The specified cache security group must not be associated with any cache clusters.
리턴 System