DigitalTwinsDescription.DefinitionStages.WithResourceGroup Interface

public static interface DigitalTwinsDescription.DefinitionStages.WithResourceGroup

The stage of the DigitalTwinsDescription definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingResourceGroup(String resourceGroupName)

Specifies resourceGroupName.

Method Details

withExistingResourceGroup

public abstract DigitalTwinsDescription.DefinitionStages.WithCreate withExistingResourceGroup(String resourceGroupName)

Specifies resourceGroupName.

Parameters:

resourceGroupName - The name of the resource group that contains the DigitalTwinsInstance.

Returns:

the next definition stage.

Applies to