Amazon.ElastiCache.AmazonElastiCacheClient.ResetCacheParameterGroup C# (CSharp) 메소드

ResetCacheParameterGroup() 공개 메소드

Modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the ResetAllParameters and CacheParameterGroupName parameters.
/// The requested cache parameter group name does not refer to an existing cache parameter /// group. /// /// The current state of the cache parameter group does not allow the requested operation /// to occur. /// /// Two or more incompatible parameters were specified. /// /// The value for a parameter is invalid. ///
public ResetCacheParameterGroup ( ResetCacheParameterGroupRequest request ) : ResetCacheParameterGroupResponse
request ResetCacheParameterGroupRequest Container for the necessary parameters to execute the ResetCacheParameterGroup service method.
리턴 ResetCacheParameterGroupResponse
        public ResetCacheParameterGroupResponse ResetCacheParameterGroup(ResetCacheParameterGroupRequest request)
        {
            var marshaller = new ResetCacheParameterGroupRequestMarshaller();
            var unmarshaller = ResetCacheParameterGroupResponseUnmarshaller.Instance;

            return Invoke<ResetCacheParameterGroupRequest,ResetCacheParameterGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonElastiCacheClient