Uses of Class
com.microsoft.azure.management.network.TopologyAssociation
-
Packages that use TopologyAssociation Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of TopologyAssociation in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return TopologyAssociation Modifier and Type Method Description TopologyAssociationTopologyAssociation. withAssociationType(AssociationType associationType)Set the associationType value.TopologyAssociationTopologyAssociation. withName(String name)Set the name value.TopologyAssociationTopologyAssociation. withResourceId(String resourceId)Set the resourceId value.Methods in com.microsoft.azure.management.network that return types with arguments of type TopologyAssociation Modifier and Type Method Description List<TopologyAssociation>TopologyResource. associations()Get the associations value.Method parameters in com.microsoft.azure.management.network with type arguments of type TopologyAssociation Modifier and Type Method Description TopologyResourceTopologyResource. withAssociations(List<TopologyAssociation> associations)Set the associations value.
-