共用方式為


ImageSourceRegistry 建構函式

定義

多載

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

認證。

適用於