Interface Topology.DefinitionStages.WithTargetResourceGroup
- All Known Subinterfaces:
Topology.Definition
- Enclosing interface:
- Topology.DefinitionStages
public static interface Topology.DefinitionStages.WithTargetResourceGroup
The first stage of topology parameters definition.
-
Method Summary
Modifier and TypeMethodDescriptionwithTargetResourceGroup(String resourceGroupName) Set the targetResourceId value.
-
Method Details
-
withTargetResourceGroup
Set the targetResourceId value.- Parameters:
resourceGroupName- the name of the target resource group to perform getTopology on- Returns:
- the Topology object itself.
-