DataFlowResource.DefinitionStages.WithParentResource Interface

public static interface DataFlowResource.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithProperties withExistingFactory(String resourceGroupName, String factoryName)

Specifies resourceGroupName, factoryName.

Method Details

withExistingFactory

public abstract DataFlowResource.DefinitionStages.WithProperties withExistingFactory(String resourceGroupName, String factoryName)

Specifies resourceGroupName, factoryName.

Parameters:

resourceGroupName - The resource group name.
factoryName - The factory name.

Returns:

the next definition stage.

Applies to