次の方法で共有


KeyListResult.Keys プロパティ

定義

オートメーション キーを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="keys")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.Key> Keys { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keys")>]
member this.Keys : System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.Key> with get, set
Public Property Keys As IList(Of Key)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象