Delen via


ImageSourceRegistry Constructors

Definitie

Overloads

ImageSourceRegistry()

Initialiseert een nieuw exemplaar van de klasse ImageSourceRegistry.

ImageSourceRegistry(String, String, PrivateRegistryCredentials)

Initialiseert een nieuw exemplaar van de klasse ImageSourceRegistry.

ImageSourceRegistry()

Initialiseert een nieuw exemplaar van de klasse ImageSourceRegistry.

public ImageSourceRegistry ();
Public Sub New ()

Van toepassing op

ImageSourceRegistry(String, String, PrivateRegistryCredentials)

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

image
String

Afbeelding.

serverUrl
String

Server-URL.

credentials
PrivateRegistryCredentials

Referenties.

Van toepassing op