Share via


AutoStorageBaseProperties.NodeIdentityReference Property

Definition

Gets or sets the reference to the user assigned identity which compute nodes will use to access auto-storage.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage.

Applies to