BatchPoolIdentity.Type Property

Definition

Gets or sets the type of identity used for the Batch Pool. Possible values include: 'UserAssigned', 'None'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to