ServiceResource.DefinitionStages.WithParentResource Interface

public static interface ServiceResource.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingWorkspace(String resourceGroupName, String workspaceName)

Specifies resourceGroupName, workspaceName.

Method Details

withExistingWorkspace

public abstract ServiceResource.DefinitionStages.WithCreate withExistingWorkspace(String resourceGroupName, String workspaceName)

Specifies resourceGroupName, workspaceName.

Parameters:

resourceGroupName - Name of the resource group in which workspace is located.
workspaceName - Name of Azure Machine Learning workspace.

Returns:

the next definition stage.

Applies to