Freigeben über


Containers interface

Schnittstelle, die einen Container darstellt.

Methoden

attach(string, string, string, ContainersAttachOptionalParams)

Anfügen an den Ausgabestream einer bestimmten Containerinstanz in einer angegebenen Ressourcen- und Containergruppe.

executeCommand(string, string, string, ContainerExecRequest, ContainersExecuteCommandOptionalParams)

Führt einen Befehl für eine bestimmte Containerinstanz in einer angegebenen Ressourcen- und Containergruppe aus.

listLogs(string, string, string, ContainersListLogsOptionalParams)

Rufen Sie die Protokolle für eine angegebene Containerinstanz in einer angegebenen Ressourcen- und Containergruppe ab.

Details zur Methode

attach(string, string, string, ContainersAttachOptionalParams)

Anfügen an den Ausgabestream einer bestimmten Containerinstanz in einer angegebenen Ressourcen- und Containergruppe.

function attach(resourceGroupName: string, containerGroupName: string, containerName: string, options?: ContainersAttachOptionalParams): Promise<ContainerAttachResponse>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

containerGroupName

string

Der Name der Containergruppe.

containerName

string

Der Name der Containerinstanz.

options
ContainersAttachOptionalParams

Die Optionsparameter.

Gibt zurück

executeCommand(string, string, string, ContainerExecRequest, ContainersExecuteCommandOptionalParams)

Führt einen Befehl für eine bestimmte Containerinstanz in einer angegebenen Ressourcen- und Containergruppe aus.

function executeCommand(resourceGroupName: string, containerGroupName: string, containerName: string, containerExecRequest: ContainerExecRequest, options?: ContainersExecuteCommandOptionalParams): Promise<ContainerExecResponse>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

containerGroupName

string

Der Name der Containergruppe.

containerName

string

Der Name der Containerinstanz.

containerExecRequest
ContainerExecRequest

Die Anforderung für den Befehl exec.

options
ContainersExecuteCommandOptionalParams

Die Optionsparameter.

Gibt zurück

listLogs(string, string, string, ContainersListLogsOptionalParams)

Rufen Sie die Protokolle für eine angegebene Containerinstanz in einer angegebenen Ressourcen- und Containergruppe ab.

function listLogs(resourceGroupName: string, containerGroupName: string, containerName: string, options?: ContainersListLogsOptionalParams): Promise<Logs>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

containerGroupName

string

Der Name der Containergruppe.

containerName

string

Der Name der Containerinstanz.

options
ContainersListLogsOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<Logs>