ImageSourceRegistry Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
ImageSourceRegistry() |
Inicializa uma nova instância da classe ImageSourceRegistry. |
ImageSourceRegistry(String, String, PrivateRegistryCredentials) |
Inicializa uma nova instância da classe ImageSourceRegistry. |
ImageSourceRegistry()
Inicializa uma nova instância da classe ImageSourceRegistry.
public ImageSourceRegistry ();
Public Sub New ()
Aplica-se a
ImageSourceRegistry(String, String, PrivateRegistryCredentials)
Inicializa uma nova instância da classe 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)
Parâmetros
- image
- String
Imagem.
- serverUrl
- String
URL do servidor.
- credentials
- PrivateRegistryCredentials
Credenciais.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET