AutoImportJob.DefinitionStages.WithParentResource Interface

public static interface AutoImportJob.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingAmlFilesystem(String resourceGroupName, String amlFilesystemName)

Specifies resourceGroupName, amlFilesystemName.

Method Details

withExistingAmlFilesystem

public abstract AutoImportJob.DefinitionStages.WithCreate withExistingAmlFilesystem(String resourceGroupName, String amlFilesystemName)

Specifies resourceGroupName, amlFilesystemName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
amlFilesystemName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

Returns:

the next definition stage.

Applies to