Contains a list of Parametes and CacheNodeTypeSpecificParameters.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeCacheParametersResult
Public Class DescribeCacheParametersResult
public ref class DescribeCacheParametersResult
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeCacheParametersResult()()()() | Initializes a new instance of the DescribeCacheParametersResult class | |
| CacheNodeTypeSpecificParameters |
A list of CacheNodeTypeSpecificParameter instances.
| |
| Equals(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.) | |
| Marker |
The marker obtained from a previous operation response.
| |
| Parameters |
A list of Parameter instances.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithCacheNodeTypeSpecificParameters(array<CacheNodeTypeSpecificParameter>[]()[][]) |
Adds elements to the CacheNodeTypeSpecificParameters collection
| |
| WithCacheNodeTypeSpecificParameters(IEnumerable<(Of <<'(CacheNodeTypeSpecificParameter>)>>)) |
Adds elements to the CacheNodeTypeSpecificParameters collection
| |
| WithMarker(String) |
Sets the Marker property
| |
| WithParameters(array<Parameter>[]()[][]) |
Adds elements to the Parameters collection
| |
| WithParameters(IEnumerable<(Of <<'(Parameter>)>>)) |
Adds elements to the Parameters collection
|