Uses of Class
com.azure.resourcemanager.network.models.TopologyAssociation
Packages that use TopologyAssociation
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of TopologyAssociation in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return TopologyAssociationModifier and TypeMethodDescriptionstatic TopologyAssociationTopologyAssociation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TopologyAssociation from the JsonReader.TopologyAssociation.withAssociationType(AssociationType associationType) Set the associationType property: The association type of the child resource to the parent resource.Set the name property: The name of the resource that is associated with the parent resource.TopologyAssociation.withResourceId(String resourceId) Set the resourceId property: The ID of the resource that is associated with the parent resource.Methods in com.azure.resourcemanager.network.models that return types with arguments of type TopologyAssociationModifier and TypeMethodDescriptionTopologyResource.associations()Get the associations property: Holds the associations the resource has with other resources in the resource group.Method parameters in com.azure.resourcemanager.network.models with type arguments of type TopologyAssociationModifier and TypeMethodDescriptionTopologyResource.withAssociations(List<TopologyAssociation> associations) Set the associations property: Holds the associations the resource has with other resources in the resource group.