Deletes a route table from a VPC. The route table must not be associated with a subnet.You can't delete
the main route table. For more information about route tables, go to Route Tables in the Amazon Virtual
Private Cloud User Guide.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteRouteTableRequest
Public Class DeleteRouteTableRequest
public ref class DeleteRouteTableRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DeleteRouteTableRequest()()()() | Initializes a new instance of the DeleteRouteTableRequest class | |
| 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.) | |
| IsSetRouteTableId()()()() |
Checks if RouteTableId property is set
| |
| RouteTableId |
Gets and sets the RouteTableId property.
The ID of the route table to be deleted.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithRouteTableId(String) |
Sets the RouteTableId property
|