다음을 통해 공유


UpdateDataLakeStoreAccountParameters.TrustedIdProviders Property

Definition

Gets or sets the list of trusted identity providers associated with this Data Lake Store account.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.trustedIdProviders")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateTrustedIdProviderWithAccountParameters> TrustedIdProviders { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.trustedIdProviders")>]
member this.TrustedIdProviders : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateTrustedIdProviderWithAccountParameters> with get, set
Public Property TrustedIdProviders As IList(Of UpdateTrustedIdProviderWithAccountParameters)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to