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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java