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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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