Class TopologyParameters
- java.lang.Object
-
- com.microsoft.azure.management.network.TopologyParameters
-
public class TopologyParameters extends Object
Parameters that define the representation of topology.
-
-
Constructor Summary
Constructors Constructor Description TopologyParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtargetResourceGroupName()Get the targetResourceGroupName value.com.microsoft.azure.SubResourcetargetSubnet()Get the targetSubnet value.com.microsoft.azure.SubResourcetargetVirtualNetwork()Get the targetVirtualNetwork value.TopologyParameterswithTargetResourceGroupName(String targetResourceGroupName)Set the targetResourceGroupName value.TopologyParameterswithTargetSubnet(com.microsoft.azure.SubResource targetSubnet)Set the targetSubnet value.TopologyParameterswithTargetVirtualNetwork(com.microsoft.azure.SubResource targetVirtualNetwork)Set the targetVirtualNetwork value.
-
-
-
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.
-
-