Interface Topology.DefinitionStages.WithTargetResourceGroup
-
- All Known Subinterfaces:
Topology.Definition
- Enclosing interface:
- Topology.DefinitionStages
public static interface Topology.DefinitionStages.WithTargetResourceGroupThe first stage of topology parameters definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Topology.DefinitionStages.WithExecutewithTargetResourceGroup(String resourceGroupName)Set the targetResourceId value.
-
-
-
Method Detail
-
withTargetResourceGroup
Topology.DefinitionStages.WithExecute withTargetResourceGroup(String resourceGroupName)
Set the targetResourceId value.- Parameters:
resourceGroupName- the name of the target resource group to perform getTopology on- Returns:
- the Topology object itself.
-
-