你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

凭据。

适用于