TopologyParameters Class

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

public class TopologyParameters

Parameters that define the representation of topology.

Constructor Summary

Constructor Description
TopologyParameters()

Method Summary

Modifier and Type Method and Description
java.lang.String targetResourceGroupName()

Get the name of the target resource group to perform topology on.

com.microsoft.azure.SubResource targetSubnet()

Get the reference to the Subnet resource.

com.microsoft.azure.SubResource targetVirtualNetwork()

Get the reference to the Virtual Network resource.

TopologyParameters withTargetResourceGroupName(String targetResourceGroupName)

Set the name of the target resource group to perform topology on.

TopologyParameters withTargetSubnet(SubResource targetSubnet)

Set the reference to the Subnet resource.

TopologyParameters withTargetVirtualNetwork(SubResource targetVirtualNetwork)

Set the reference to the Virtual Network resource.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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

targetSubnet

public SubResource targetSubnet()

Get the reference to the Subnet resource.

Returns:

the targetSubnet value

targetVirtualNetwork

public SubResource targetVirtualNetwork()

Get the reference to the Virtual Network resource.

Returns:

the targetVirtualNetwork 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.

withTargetSubnet

public TopologyParameters withTargetSubnet(SubResource targetSubnet)

Set the reference to the Subnet resource.

Parameters:

targetSubnet - the targetSubnet value to set

Returns:

the TopologyParameters object itself.

withTargetVirtualNetwork

public TopologyParameters withTargetVirtualNetwork(SubResource targetVirtualNetwork)

Set the reference to the Virtual Network resource.

Parameters:

targetVirtualNetwork - the targetVirtualNetwork value to set

Returns:

the TopologyParameters object itself.

Applies to