Uses of Class
com.azure.resourcemanager.network.models.TopologyAssociation
-
Packages that use TopologyAssociation Package Description com.azure.resourcemanager.network.models 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 TopologyAssociation Modifier and Type Method Description TopologyAssociationTopologyAssociation. withAssociationType(AssociationType associationType)Set the associationType property: The association type of the child resource to the parent resource.TopologyAssociationTopologyAssociation. withName(String name)Set the name property: The name of the resource that is associated with the parent resource.TopologyAssociationTopologyAssociation. 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 TopologyAssociation Modifier and Type Method Description List<TopologyAssociation>TopologyResource. 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 TopologyAssociation Modifier and Type Method Description TopologyResourceTopologyResource. withAssociations(List<TopologyAssociation> associations)Set the associations property: Holds the associations the resource has with other resources in the resource group.
-