C# 클래스 Amazon.EC2.Model.DeleteSecurityGroupRequest

Container for the parameters to the DeleteSecurityGroup operation. Deletes a security group.

If you attempt to delete a security group that is associated with an instance, or is referenced by another security group, the operation fails with InvalidGroup.InUse in EC2-Classic or DependencyViolation in EC2-VPC.

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

공개 메소드들

메소드 설명
DeleteSecurityGroupRequest ( ) : System

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

DeleteSecurityGroupRequest ( string groupName ) : System

Instantiates DeleteSecurityGroupRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetGroupId ( ) : bool
IsSetGroupName ( ) : bool

메소드 상세

DeleteSecurityGroupRequest() 공개 메소드

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

DeleteSecurityGroupRequest() 공개 메소드

Instantiates DeleteSecurityGroupRequest with the parameterized properties
public DeleteSecurityGroupRequest ( string groupName ) : System
groupName string [EC2-Classic, default VPC] The name of the security group. You can specify either the security group name or the security group ID.
리턴 System