Disassociates a subnet from a route table.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DisassociateRouteTableRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DisassociateRouteTableRequest()()()() | Initializes a new instance of the DisassociateRouteTableRequest class | 
|  | AssociationId | 
            The association ID representing the current 
            association between the route table and
            subnet.
             | 
|  | 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.) | 
|  | IsSetAssociationId()()()() | 
            Checks if AssociationId property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAssociationId(String) | Obsolete. 
            Sets the association ID representing the current 
            association between the route table and
            subnet.
             | 
 Remarks
 Remarks
            After you perform this action, the subnet no longer
            uses the routes in the route table. Instead it uses
            the routes in the VPC's main route table.
            For more information about route tables, go to Route
            Tables in the Amazon Virtual Private Cloud User Guide.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DisassociateRouteTableRequest | |