次の方法で共有


RegistryListCredentialsResult.Passwords プロパティ

定義

コンテナー レジストリのパスワードの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象