次の方法で共有


Application.KeyCredentials プロパティ

定義

KeyCredential オブジェクトのコレクションを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="keyCredentials")]
public System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.KeyCredential> KeyCredentials { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyCredentials")>]
member this.KeyCredentials : System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.KeyCredential> with get, set
Public Property KeyCredentials As IList(Of KeyCredential)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象