Deletes a route from a route table in a VPC.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteRouteRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteRouteRequest()()()() | Initializes a new instance of the DeleteRouteRequest class | 
|  | DestinationCidrBlock | 
            The CIDR range for the route you want to delete.
            The value you specify must exactly
            match the CIDR for the route you want to delete.
             | 
|  | Equals(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.) | 
|  | IsSetDestinationCidrBlock()()()() | 
            Checks if DestinationCidrBlock property is set
             | 
|  | IsSetRouteTableId()()()() | 
            Checks if RouteTableId property is set
             | 
|  | RouteTableId | 
            The ID of the route table where the route will be deleted.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDestinationCidrBlock(String) | Obsolete. 
            Sets the CIDR range for the route you want to delete.
             | 
|  | WithRouteTableId(String) | Obsolete. 
            Sets the ID of the route table where the route will be deleted.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DeleteRouteRequest | |