Partager via


ImageSourceRegistry Constructeurs

Définition

Surcharges

ImageSourceRegistry()

Initialise une nouvelle instance de la classe ImageSourceRegistry.

ImageSourceRegistry(String, String, PrivateRegistryCredentials)

Initialise une nouvelle instance de la classe ImageSourceRegistry.

ImageSourceRegistry()

Initialise une nouvelle instance de la classe ImageSourceRegistry.

public ImageSourceRegistry ();
Public Sub New ()

S’applique à

ImageSourceRegistry(String, String, PrivateRegistryCredentials)

Initialise une nouvelle instance de la classe ImageSourceRegistry.

public ImageSourceRegistry (string image, string serverUrl = default, Microsoft.Azure.Management.BatchAI.Models.PrivateRegistryCredentials credentials = default);
new Microsoft.Azure.Management.BatchAI.Models.ImageSourceRegistry : string * string * Microsoft.Azure.Management.BatchAI.Models.PrivateRegistryCredentials -> Microsoft.Azure.Management.BatchAI.Models.ImageSourceRegistry
Public Sub New (image As String, Optional serverUrl As String = Nothing, Optional credentials As PrivateRegistryCredentials = Nothing)

Paramètres

image
String

Image.

serverUrl
String

URL du serveur.

credentials
PrivateRegistryCredentials

Informations d'identification.

S’applique à