AWS SDK for .NET Documentation
DeleteNetworkAclRequest Class
AmazonAmazon.EC2.ModelDeleteNetworkAclRequest Did this page help you?   Yes   No    Tell us about it...
Deletes a network ACL from a VPC.
Declaration Syntax
C#
public class DeleteNetworkAclRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteNetworkAclRequest()()()()
Initializes a new instance of the DeleteNetworkAclRequest 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.)
IsSetNetworkAclId()()()()
Checks if NetworkAclId property is set

NetworkAclId
The ID of the network ACL to be deleted.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithNetworkAclId(String) Obsolete.
Sets the ID of the network ACL to be deleted.

Remarks
The ACL must not have any subnets associated with it. You can't delete the default network ACL. For more information about network ACLs, go to Network ACLs in the Amazon Virtual Private Cloud User Guide.
Inheritance Hierarchy
Object
EC2Request
 DeleteNetworkAclRequest

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