ImageSourceRegistry 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ImageSourceRegistry() |
初始化 ImageSourceRegistry 類別的新實例。 |
ImageSourceRegistry(String, String, PrivateRegistryCredentials) |
初始化 ImageSourceRegistry 類別的新實例。 |
ImageSourceRegistry()
初始化 ImageSourceRegistry 類別的新實例。
public ImageSourceRegistry ();
Public Sub New ()
適用於
ImageSourceRegistry(String, String, PrivateRegistryCredentials)
初始化 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)
參數
- image
- String
影像。
- serverUrl
- String
伺服器 URL。
- credentials
- PrivateRegistryCredentials
認證。