CreateDataLakeStoreAccountParameters.TrustedIdProviders プロパティ

定義

この Data Lake Store アカウントに関連付けられている信頼できる ID プロバイダーの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象