Freigeben über


IWithPrivateImageRegistry.WithPrivateImageRegistry Methode

Definition

Gibt die Anmeldung des privaten Containerimageregistrierungsservers für die Containergruppe an.

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

Parameter

server
String

Docker-Imageregistrierungsserver ohne Protokoll wie "http" und "https".

username
String

Der Benutzername für die private Registrierung.

password
String

Das Kennwort für die private Registrierung.

Gibt zurück

Gilt für: