StreamingJob.UpdateStages.WithJobStorageAccount Interface

public static interface StreamingJob.UpdateStages.WithJobStorageAccount

The stage of the StreamingJob update allowing to specify jobStorageAccount.

Method Summary

Modifier and Type Method and Description
abstract Update withJobStorageAccount(JobStorageAccount jobStorageAccount)

Specifies the jobStorageAccount property: The properties that are associated with an Azure Storage account with MSI.

Method Details

withJobStorageAccount

public abstract StreamingJob.Update withJobStorageAccount(JobStorageAccount jobStorageAccount)

Specifies the jobStorageAccount property: The properties that are associated with an Azure Storage account with MSI.

Parameters:

jobStorageAccount - The properties that are associated with an Azure Storage account with MSI.

Returns:

the next definition stage.

Applies to