Class TopologyParameters
java.lang.Object
com.microsoft.azure.management.network.TopologyParameters
Parameters that define the representation of topology.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the target resource group to perform topology on.com.microsoft.azure.SubResource
Get the reference to the Subnet resource.com.microsoft.azure.SubResource
Get the reference to the Virtual Network resource.withTargetResourceGroupName
(String targetResourceGroupName) Set the name of the target resource group to perform topology on.withTargetSubnet
(com.microsoft.azure.SubResource targetSubnet) Set the reference to the Subnet resource.withTargetVirtualNetwork
(com.microsoft.azure.SubResource targetVirtualNetwork) Set the reference to the Virtual Network resource.
-
Constructor Details
-
TopologyParameters
public TopologyParameters()
-
-
Method Details
-
targetResourceGroupName
Get the name of the target resource group to perform topology on.- Returns:
- the targetResourceGroupName value
-
withTargetResourceGroupName
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
Set the reference to the Subnet resource.- Parameters:
targetSubnet
- the targetSubnet value to set- Returns:
- the TopologyParameters object itself.
-