Topology.DefinitionStages.WithTargetResourceGroup Interface

public static interface Topology.DefinitionStages.WithTargetResourceGroup

The first stage of topology parameters definition.

Method Summary

Modifier and Type Method and Description
abstract WithExecute withTargetResourceGroup(String resourceGroupName)

Set the targetResourceId value.

Method Details

withTargetResourceGroup

public abstract 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.

Applies to