StreamingJob.UpdateStages.WithIdentity Interface

public static interface StreamingJob.UpdateStages.WithIdentity

The stage of the StreamingJob update allowing to specify identity.

Method Summary

Modifier and Type Method and Description
abstract Update withIdentity(Identity identity)

Specifies the identity property: Describes the managed identity assigned to this job that can be used to authenticate with inputs and outputs..

Method Details

withIdentity

public abstract StreamingJob.Update withIdentity(Identity identity)

Specifies the identity property: Describes the managed identity assigned to this job that can be used to authenticate with inputs and outputs..

Parameters:

identity - Describes the managed identity assigned to this job that can be used to authenticate with inputs and outputs.

Returns:

the next definition stage.

Applies to