Share via


StreamingJob.Identity Property

Definition

Gets or sets describes the system-assigned managed identity assigned to this job that can be used to authenticate with inputs and outputs.

[Newtonsoft.Json.JsonProperty(PropertyName="identity")]
public Microsoft.Azure.Management.StreamAnalytics.Models.Identity Identity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="identity")>]
member this.Identity : Microsoft.Azure.Management.StreamAnalytics.Models.Identity with get, set
Public Property Identity As Identity

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to