RegistryListCredentialsResult Constructors
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.
Overloads
RegistryListCredentialsResult() |
Initializes a new instance of the RegistryListCredentialsResult class. |
RegistryListCredentialsResult(String, IList<RegistryPassword>) |
Initializes a new instance of the RegistryListCredentialsResult class. |
RegistryListCredentialsResult()
Initializes a new instance of the RegistryListCredentialsResult class.
public RegistryListCredentialsResult ();
Public Sub New ()
Applies to
RegistryListCredentialsResult(String, IList<RegistryPassword>)
Initializes a new instance of the RegistryListCredentialsResult class.
public RegistryListCredentialsResult (string username = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.RegistryPassword> passwords = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.RegistryListCredentialsResult : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.RegistryPassword> -> Microsoft.Azure.Management.ContainerRegistry.Models.RegistryListCredentialsResult
Public Sub New (Optional username As String = Nothing, Optional passwords As IList(Of RegistryPassword) = Nothing)
Parameters
- username
- String
The username for a container registry.
- passwords
- IList<RegistryPassword>
The list of passwords for a container registry.
Applies to
Azure SDK for .NET