ImageSourceRegistry Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET