RegistryListCredentialsResultInner 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
RegistryListCredentialsResultInner() |
Initializes a new instance of the RegistryListCredentialsResultInner class. |
RegistryListCredentialsResultInner(String, IList<RegistryPassword>) |
Initializes a new instance of the RegistryListCredentialsResultInner class. |
RegistryListCredentialsResultInner()
Initializes a new instance of the RegistryListCredentialsResultInner class.
public RegistryListCredentialsResultInner ();
Public Sub New ()
Applies to
RegistryListCredentialsResultInner(String, IList<RegistryPassword>)
Initializes a new instance of the RegistryListCredentialsResultInner class.
public RegistryListCredentialsResultInner (string username = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryPassword> passwords = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryListCredentialsResultInner : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryPassword> -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryListCredentialsResultInner
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.