TopologyAssociation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resources that have an association with the parent resource.
public class TopologyAssociation
type TopologyAssociation = class
Public Class TopologyAssociation
- Inheritance
-
TopologyAssociation
Constructors
TopologyAssociation() |
Initializes a new instance of the TopologyAssociation class. |
TopologyAssociation(String, String, AssociationType) |
Initializes a new instance of the TopologyAssociation class. |
Properties
AssociationType |
Gets or sets the association type of the child resource to the parent resource. Possible values include: 'Associated', 'Contains' |
Name |
Gets or sets the name of the resource that is associated with the parent resource. |
ResourceId |
Gets or sets the ID of the resource that is associated with the parent resource. |