Class TopologyParameters

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

public class TopologyParameters extends Object
Parameters that define the representation of topology.
  • Constructor Details

    • TopologyParameters

      public TopologyParameters()
  • Method Details

    • targetResourceGroupName

      public String targetResourceGroupName()
      Get the name of the target resource group to perform topology on.
      Returns:
      the targetResourceGroupName value
    • withTargetResourceGroupName

      public TopologyParameters withTargetResourceGroupName(String targetResourceGroupName)
      Set the name of the target resource group to perform topology on.
      Parameters:
      targetResourceGroupName - the targetResourceGroupName value to set
      Returns:
      the TopologyParameters object itself.
    • targetVirtualNetwork

      public com.microsoft.azure.SubResource targetVirtualNetwork()
      Get the reference to the Virtual Network resource.
      Returns:
      the targetVirtualNetwork value
    • withTargetVirtualNetwork

      public TopologyParameters withTargetVirtualNetwork(com.microsoft.azure.SubResource targetVirtualNetwork)
      Set the reference to the Virtual Network resource.
      Parameters:
      targetVirtualNetwork - the targetVirtualNetwork value to set
      Returns:
      the TopologyParameters object itself.
    • targetSubnet

      public com.microsoft.azure.SubResource targetSubnet()
      Get the reference to the Subnet resource.
      Returns:
      the targetSubnet value
    • withTargetSubnet

      public TopologyParameters withTargetSubnet(com.microsoft.azure.SubResource targetSubnet)
      Set the reference to the Subnet resource.
      Parameters:
      targetSubnet - the targetSubnet value to set
      Returns:
      the TopologyParameters object itself.