Class TopologyAssociation
- java.lang.Object
-
- com.microsoft.azure.management.network.TopologyAssociation
-
public class TopologyAssociation extends Object
Resources that have an association with the parent resource.
-
-
Constructor Summary
Constructors Constructor Description TopologyAssociation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociationTypeassociationType()Get the associationType value.Stringname()Get the name value.StringresourceId()Get the resourceId value.TopologyAssociationwithAssociationType(AssociationType associationType)Set the associationType value.TopologyAssociationwithName(String name)Set the name value.TopologyAssociationwithResourceId(String resourceId)Set the resourceId value.
-
-
-
Method Detail
-
name
public String name()
Get the name value.- Returns:
- the name value
-
withName
public TopologyAssociation withName(String name)
Set the name value.- Parameters:
name- the name value to set- Returns:
- the TopologyAssociation object itself.
-
resourceId
public String resourceId()
Get the resourceId value.- Returns:
- the resourceId value
-
withResourceId
public TopologyAssociation withResourceId(String resourceId)
Set the resourceId value.- Parameters:
resourceId- the resourceId value to set- Returns:
- the TopologyAssociation object itself.
-
associationType
public AssociationType associationType()
Get the associationType value.- Returns:
- the associationType value
-
withAssociationType
public TopologyAssociation withAssociationType(AssociationType associationType)
Set the associationType value.- Parameters:
associationType- the associationType value to set- Returns:
- the TopologyAssociation object itself.
-
-