C# Class Amazon.EC2.Model.DeleteDhcpOptionsRequest

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetDhcpOptionsId ( ) : bool

Method Details

DeleteDhcpOptionsRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteDhcpOptionsRequest ( ) : System
Résultat System

DeleteDhcpOptionsRequest() public méthode

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