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
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