PrivateRegistryCredentials Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
PrivateRegistryCredentials() |
Inicializuje novou instanci PrivateRegistryCredentials třídy. |
PrivateRegistryCredentials(String, String, KeyVaultSecretReference) |
Inicializuje novou instanci PrivateRegistryCredentials třídy. |
PrivateRegistryCredentials()
Inicializuje novou instanci PrivateRegistryCredentials třídy.
public PrivateRegistryCredentials ();
Public Sub New ()
Platí pro
PrivateRegistryCredentials(String, String, KeyVaultSecretReference)
Inicializuje novou instanci PrivateRegistryCredentials třídy.
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)
Parametry
- username
- String
Uživatelské jméno.
- password
- String
Heslo.
- passwordSecretReference
- KeyVaultSecretReference
Referenční informace o tajném kódu hesla
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET