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

Container for the parameters to the DeleteCacheSecurityGroup operation. Deletes a cache security group.

You cannot delete a cache security group if it is associated with any cache clusters.

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

공개 메소드들

메소드 설명
DeleteCacheSecurityGroupRequest ( ) : System

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

DeleteCacheSecurityGroupRequest ( string cacheSecurityGroupName ) : System

Instantiates DeleteCacheSecurityGroupRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCacheSecurityGroupName ( ) : bool

메소드 상세

DeleteCacheSecurityGroupRequest() 공개 메소드

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

DeleteCacheSecurityGroupRequest() 공개 메소드

Instantiates DeleteCacheSecurityGroupRequest with the parameterized properties
public DeleteCacheSecurityGroupRequest ( string cacheSecurityGroupName ) : System
cacheSecurityGroupName string The name of the cache security group to delete. You cannot delete the default security group.
리턴 System