Class TopologyParameters


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

      • TopologyParameters

        public TopologyParameters()
    • Method Detail

      • targetResourceGroupName

        public String targetResourceGroupName()
        Get the targetResourceGroupName value.
        Returns:
        the targetResourceGroupName value
      • withTargetResourceGroupName

        public TopologyParameters withTargetResourceGroupName​(String targetResourceGroupName)
        Set the targetResourceGroupName value.
        Parameters:
        targetResourceGroupName - the targetResourceGroupName value to set
        Returns:
        the TopologyParameters object itself.
      • targetVirtualNetwork

        public com.microsoft.azure.SubResource targetVirtualNetwork()
        Get the targetVirtualNetwork value.
        Returns:
        the targetVirtualNetwork value
      • withTargetVirtualNetwork

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

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

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