Uses of Class
com.microsoft.azure.management.network.TopologyAssociation
Packages that use TopologyAssociation
Package
Description
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 TopologyAssociationModifier and TypeMethodDescriptionTopologyAssociation.withAssociationType
(AssociationType associationType) Set the association type of the child resource to the parent resource.Set the name of the resource that is associated with the parent resource.TopologyAssociation.withResourceId
(String resourceId) Set the ID of the resource that is associated with the parent resource.Methods in com.microsoft.azure.management.network that return types with arguments of type TopologyAssociationModifier and TypeMethodDescriptionTopologyResource.associations()
Get holds the associations the resource has with other resources in the resource group.Method parameters in com.microsoft.azure.management.network with type arguments of type TopologyAssociationModifier and TypeMethodDescriptionTopologyResource.withAssociations
(List<TopologyAssociation> associations) Set holds the associations the resource has with other resources in the resource group.