IRegistryCredentials.AccessKeys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets The admin user access key names and values which can be used to login into the container registry.
public System.Collections.Generic.IReadOnlyDictionary<Microsoft.Azure.Management.ContainerRegistry.Fluent.AccessKeyType,string> AccessKeys { get; }
member this.AccessKeys : System.Collections.Generic.IReadOnlyDictionary<Microsoft.Azure.Management.ContainerRegistry.Fluent.AccessKeyType, string>
Public ReadOnly Property AccessKeys As IReadOnlyDictionary(Of AccessKeyType, String)