TopologyParameters Class

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

public class TopologyParameters

Parameters that define the representation of topology.

Method Summary

Modifier and Type Method and Description
String targetResourceGroupName()

Get the targetResourceGroupName value.

TopologyParameters withTargetResourceGroupName(String targetResourceGroupName)

Set the targetResourceGroupName value.

Method Details

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.

Applies to