C# Класс Amazon.ElastiCache.Model.DeleteCacheParameterGroupRequest

Container for the parameters to the DeleteCacheParameterGroup operation. Deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.
Наследование: AmazonElastiCacheRequest
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DeleteCacheParameterGroupRequest ( ) : System

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

DeleteCacheParameterGroupRequest ( string cacheParameterGroupName ) : System

Instantiates DeleteCacheParameterGroupRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetCacheParameterGroupName ( ) : bool

Описание методов

DeleteCacheParameterGroupRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteCacheParameterGroupRequest ( ) : System
Результат System

DeleteCacheParameterGroupRequest() публичный Метод

Instantiates DeleteCacheParameterGroupRequest with the parameterized properties
public DeleteCacheParameterGroupRequest ( string cacheParameterGroupName ) : System
cacheParameterGroupName string The name of the cache parameter group to delete. The specified cache security group must not be associated with any cache clusters.
Результат System