TopologyParameters Class
- java.
lang. Object - com.
microsoft. azure. management. network. TopologyParameters
- com.
public class TopologyParameters
Parameters that define the representation of topology.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
targetResourceGroupName()
Get the targetResourceGroupName value. |
Topology |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java