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

Container for the parameters to the ModifyCacheParameterGroup operation.

The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.

상속: AmazonElastiCacheRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
ModifyCacheParameterGroupRequest ( ) : System

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

ModifyCacheParameterGroupRequest ( string cacheParameterGroupName, List parameterNameValues ) : System

Instantiates ModifyCacheParameterGroupRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCacheParameterGroupName ( ) : bool
IsSetParameterNameValues ( ) : bool

메소드 상세

ModifyCacheParameterGroupRequest() 공개 메소드

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

ModifyCacheParameterGroupRequest() 공개 메소드

Instantiates ModifyCacheParameterGroupRequest with the parameterized properties
public ModifyCacheParameterGroupRequest ( string cacheParameterGroupName, List parameterNameValues ) : System
cacheParameterGroupName string The name of the cache parameter group to modify.
parameterNameValues List An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.
리턴 System