Udostępnij za pośrednictwem


ImageSourceRegistry Konstruktory

Definicja

Przeciążenia

ImageSourceRegistry()

Inicjuje nowe wystąpienie klasy ImageSourceRegistry.

ImageSourceRegistry(String, String, PrivateRegistryCredentials)

Inicjuje nowe wystąpienie klasy ImageSourceRegistry.

ImageSourceRegistry()

Inicjuje nowe wystąpienie klasy ImageSourceRegistry.

public ImageSourceRegistry();
Public Sub New ()

Dotyczy

ImageSourceRegistry(String, String, PrivateRegistryCredentials)

Inicjuje nowe wystąpienie klasy 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)

Parametry

image
String

Obraz

serverUrl
String

Adres URL serwera.

credentials
PrivateRegistryCredentials

Poświadczenia.

Dotyczy