Network ACL association.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class NetworkAclAssociation
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | NetworkAclAssociation()()()() | Initializes a new instance of the NetworkAclAssociation 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.) | 
|  | IsSetNetworkAclAssociationId()()()() | 
            Checks if NetworkAclAssociationId property is set
             | 
|  | IsSetNetworkAclId()()()() | 
            Checks if NetworkAclId property is set
             | 
|  | IsSetSubnetId()()()() | 
            Checks if SubnetId property is set
             | 
|  | NetworkAclAssociationId | 
            An identifier representing the association between a network ACL and a subnet.
             | 
|  | NetworkAclId | 
            The ID of the network ACL in the association.
             | 
|  | SubnetId | 
            The ID of the subnet in the association.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithNetworkAclAssociationId(String) | Obsolete. 
            Sets an identifier representing the association between a network ACL and a subnet.
             | 
|  | WithNetworkAclId(String) | Obsolete. 
            Sets the ID of the network ACL in the association.
             | 
|  | WithSubnetId(String) | Obsolete. 
            Sets the ID of the subnet in the association.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | NetworkAclAssociation |