StreamingJob.UpdateStages.WithExternals Interface

public static interface StreamingJob.UpdateStages.WithExternals

The stage of the StreamingJob update allowing to specify externals.

Method Summary

Modifier and Type Method and Description
abstract Update withExternals(External externals)

Specifies the externals property: The storage account where the custom code artifacts are located..

Method Details

withExternals

public abstract StreamingJob.Update withExternals(External externals)

Specifies the externals property: The storage account where the custom code artifacts are located..

Parameters:

externals - The storage account where the custom code artifacts are located.

Returns:

the next definition stage.

Applies to