ImageSourceRegistry Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
Azure SDK for .NET