AWS SDK for .NET Documentation
DisassociateRouteTableRequest Class
AmazonAmazon.EC2.ModelDisassociateRouteTableRequest Did this page help you?   Yes   No    Tell us about it...
Disassociates a subnet from a route table.
Declaration Syntax
C#
public class DisassociateRouteTableRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
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.)
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
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
Object
EC2Request
 DisassociateRouteTableRequest

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