PrivateRegistryCredentials Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
PrivateRegistryCredentials() |
Initialiseert een nieuw exemplaar van de klasse PrivateRegistryCredentials. |
PrivateRegistryCredentials(String, String, KeyVaultSecretReference) |
Initialiseert een nieuw exemplaar van de klasse PrivateRegistryCredentials. |
PrivateRegistryCredentials()
Initialiseert een nieuw exemplaar van de klasse PrivateRegistryCredentials.
public PrivateRegistryCredentials();
Public Sub New ()
Van toepassing op
PrivateRegistryCredentials(String, String, KeyVaultSecretReference)
Initialiseert een nieuw exemplaar van de klasse PrivateRegistryCredentials.
public PrivateRegistryCredentials(string username, string password = default, Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference passwordSecretReference = default);
new Microsoft.Azure.Management.BatchAI.Models.PrivateRegistryCredentials : string * string * Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference -> Microsoft.Azure.Management.BatchAI.Models.PrivateRegistryCredentials
Public Sub New (username As String, Optional password As String = Nothing, Optional passwordSecretReference As KeyVaultSecretReference = Nothing)
Parameters
- username
- String
Gebruikersnaam.
- password
- String
Wachtwoord.
- passwordSecretReference
- KeyVaultSecretReference
Naslaginformatie over wachtwoordgeheimen.
Van toepassing op
Azure SDK for .NET