JobProperties.Identity プロパティ

定義

ジョブのストレージ アカウントへのアクセスに使用されるマネージド ID。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象