Share via


ImageSourceRegistry Constructors

Definition

Overloads

ImageSourceRegistry()

Initializes a new instance of the ImageSourceRegistry class.

ImageSourceRegistry(String, String, PrivateRegistryCredentials)

Initializes a new instance of the ImageSourceRegistry class.

ImageSourceRegistry()

Initializes a new instance of the ImageSourceRegistry class.

public ImageSourceRegistry ();
Public Sub New ()

Applies to

ImageSourceRegistry(String, String, PrivateRegistryCredentials)

Initializes a new instance of the ImageSourceRegistry class.

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)

Parameters

image
String

Image.

serverUrl
String

Server URL.

credentials
PrivateRegistryCredentials

Credentials.

Applies to