DataLakeStoreAccount.Identity Property

Definition

Gets the Key Vault encryption identity, if any.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to