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

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

공개 메소드들

메소드 설명
DeleteDhcpOptionsRequest ( ) : System

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

DeleteDhcpOptionsRequest ( string dhcpOptionsId ) : System

Instantiates DeleteDhcpOptionsRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetDhcpOptionsId ( ) : bool

메소드 상세

DeleteDhcpOptionsRequest() 공개 메소드

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

DeleteDhcpOptionsRequest() 공개 메소드

Instantiates DeleteDhcpOptionsRequest with the parameterized properties
public DeleteDhcpOptionsRequest ( string dhcpOptionsId ) : System
dhcpOptionsId string The ID of the DHCP options set.
리턴 System