C# Class 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.
Inheritance: AmazonElastiCacheRequest
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetCacheParameterGroupName ( ) : bool

Method Details

DeleteCacheParameterGroupRequest() public method

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

DeleteCacheParameterGroupRequest() public method

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.
return System