AWS SDK for .NET Documentation
DeleteCacheClusterRequest Class
AmazonAmazon.ElastiCache.ModelDeleteCacheClusterRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DeleteCacheCluster operation.

Deletes a previously provisioned Cache Cluster. A successful response from the web service indicates the request was received correctly. This action cannot be canceled or reverted. DeleteCacheCluster deletes all associated Cache Nodes, node endpoints and the Cache Cluster itself.

Declaration Syntax
C#
public class DeleteCacheClusterRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteCacheClusterRequest()()()()
Initializes a new instance of the DeleteCacheClusterRequest class

CacheClusterId
The Cache Cluster identifier for the Cache Cluster to be deleted. This parameter isn't case sensitive.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCacheClusterId(String)
Sets the CacheClusterId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteCacheClusterRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.24.0 (1.5.24.0)