AWS SDK for .NET Documentation
DeleteNetworkInterfaceRequest Class
AmazonAmazon.EC2.ModelDeleteNetworkInterfaceRequest Did this page help you?   Yes   No    Tell us about it...
Deletes the specified network interface.
Declaration Syntax
C#
public class DeleteNetworkInterfaceRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteNetworkInterfaceRequest()()()()
Initializes a new instance of the DeleteNetworkInterfaceRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetNetworkInterfaceId()()()()
Checks if the NetworkInterfaceId property is set

NetworkInterfaceId
The ID of the network interface to delete.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithNetworkInterfaceId(String) Obsolete.
Sets the ID of the network interface to delete.

Inheritance Hierarchy
Object
EC2Request
 DeleteNetworkInterfaceRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)