ImageRegistryCredential Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ImageRegistryCredential() |
Initialise une nouvelle instance de la classe ImageRegistryCredential. |
ImageRegistryCredential(String, String, String, String, String) |
Initialise une nouvelle instance de la classe ImageRegistryCredential. |
ImageRegistryCredential()
Initialise une nouvelle instance de la classe ImageRegistryCredential.
public ImageRegistryCredential ();
Public Sub New ()
S’applique à
ImageRegistryCredential(String, String, String, String, String)
Initialise une nouvelle instance de la classe ImageRegistryCredential.
public ImageRegistryCredential (string server, string username, string password = default, string identity = default, string identityUrl = default);
new Microsoft.Azure.Management.ContainerInstance.Models.ImageRegistryCredential : string * string * string * string * string -> Microsoft.Azure.Management.ContainerInstance.Models.ImageRegistryCredential
Public Sub New (server As String, username As String, Optional password As String = Nothing, Optional identity As String = Nothing, Optional identityUrl As String = Nothing)
Paramètres
- server
- String
Serveur de registre d’images Docker sans protocole comme « http » ou « https ».
- username
- String
Nom d’utilisateur du registre privé.
- password
- String
Mot de passe du registre privé.
- identity
- String
Identité du registre privé.
- identityUrl
- String
URL d’identité du registre privé.
S’applique à
Azure SDK for .NET