Compartilhar via


IWithPrivateImageRegistry.WithPrivateImageRegistry Método

Definição

Especifica o logon do servidor de registro de imagem de contêiner privado para o grupo de contêineres.

public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithPrivateImageRegistryOrVolume WithPrivateImageRegistry (string server, string username, string password);
abstract member WithPrivateImageRegistry : string * string * string -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithPrivateImageRegistryOrVolume
Public Function WithPrivateImageRegistry (server As String, username As String, password As String) As IWithPrivateImageRegistryOrVolume

Parâmetros

server
String

Servidor de registro de imagem do Docker, sem protocolo como "http" e "https".

username
String

O nome de usuário do registro privado.

password
String

A senha do registro privado.

Retornos

Aplica-se a