Dela via


RegistryListCredentialsResultInner.Passwords Property

Definition

Gets or sets the list of passwords for a container registry.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to