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

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

공개 메소드들

메소드 설명
DeleteKeyPairRequest ( ) : System

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

DeleteKeyPairRequest ( string keyName ) : System

Instantiates DeleteKeyPairRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetKeyName ( ) : bool

메소드 상세

DeleteKeyPairRequest() 공개 메소드

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

DeleteKeyPairRequest() 공개 메소드

Instantiates DeleteKeyPairRequest with the parameterized properties
public DeleteKeyPairRequest ( string keyName ) : System
keyName string The name of the key pair.
리턴 System