Pool.Identity Property

Definition

Gets or sets the type of identity used for the Batch Pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The type of identity used for the Batch Pool.

Applies to