BigDataPoolResourceInfo.DefinitionStages.WithCustomLibraries Interface

public static interface BigDataPoolResourceInfo.DefinitionStages.WithCustomLibraries

The stage of the BigDataPoolResourceInfo definition allowing to specify customLibraries.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withCustomLibraries(List<LibraryInfo> customLibraries)

Specifies the customLibraries property: List of custom libraries/packages associated with the spark pool..

Method Details

withCustomLibraries

public abstract BigDataPoolResourceInfo.DefinitionStages.WithCreate withCustomLibraries(List<LibraryInfo> customLibraries)

Specifies the customLibraries property: List of custom libraries/packages associated with the spark pool..

Parameters:

customLibraries - List of custom libraries/packages associated with the spark pool.

Returns:

the next definition stage.

Applies to