Class TopologyResource

java.lang.Object
com.microsoft.azure.management.network.TopologyResource

public class TopologyResource extends Object
The network resource topology information for the given resource group.
  • Constructor Details

    • TopologyResource

      public TopologyResource()
  • Method Details

    • name

      public String name()
      Get name of the resource.
      Returns:
      the name value
    • withName

      public TopologyResource withName(String name)
      Set name of the resource.
      Parameters:
      name - the name value to set
      Returns:
      the TopologyResource object itself.
    • id

      public String id()
      Get iD of the resource.
      Returns:
      the id value
    • withId

      public TopologyResource withId(String id)
      Set iD of the resource.
      Parameters:
      id - the id value to set
      Returns:
      the TopologyResource object itself.
    • location

      public String location()
      Get resource location.
      Returns:
      the location value
    • withLocation

      public TopologyResource withLocation(String location)
      Set resource location.
      Parameters:
      location - the location value to set
      Returns:
      the TopologyResource object itself.
    • associations

      public List<TopologyAssociation> associations()
      Get holds the associations the resource has with other resources in the resource group.
      Returns:
      the associations value
    • withAssociations

      public TopologyResource withAssociations(List<TopologyAssociation> associations)
      Set holds the associations the resource has with other resources in the resource group.
      Parameters:
      associations - the associations value to set
      Returns:
      the TopologyResource object itself.