ImageSourceRegistry Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET