Interface StreamingJob.UpdateStages.WithIdentity

  • All Known Subinterfaces:
    StreamingJob.Update
    Enclosing interface:
    StreamingJob.UpdateStages

    public static interface StreamingJob.UpdateStages.WithIdentity
    The stage of the StreamingJob update allowing to specify identity.
    • Method Detail

      • withIdentity

        StreamingJob.Update withIdentity​(Identity identity)
        Specifies the identity property: Describes the system-assigned managed identity assigned to this job that can be used to authenticate with inputs and outputs..
        Parameters:
        identity - Describes the system-assigned managed identity assigned to this job that can be used to authenticate with inputs and outputs.
        Returns:
        the next definition stage.