Sdílet prostřednictvím


ImageSourceRegistry Konstruktory

Definice

Přetížení

ImageSourceRegistry()

Inicializuje novou instanci ImageSourceRegistry třídy.

ImageSourceRegistry(String, String, PrivateRegistryCredentials)

Inicializuje novou instanci ImageSourceRegistry třídy.

ImageSourceRegistry()

Inicializuje novou instanci ImageSourceRegistry třídy.

public ImageSourceRegistry ();
Public Sub New ()

Platí pro

ImageSourceRegistry(String, String, PrivateRegistryCredentials)

Inicializuje novou instanci ImageSourceRegistry třídy.

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)

Parametry

image
String

Obrázek.

serverUrl
String

Adresa URL serveru.

credentials
PrivateRegistryCredentials

Pověření.

Platí pro