JobProperties.Identity Property

Definition

The managed identity used to access the storage account for the job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to