Containers interface
Schnittstelle, die einen Container darstellt.
Methoden
attach(string, string, string, Containers |
Anfügen an den Ausgabestream einer bestimmten Containerinstanz in einer angegebenen Ressourcen- und Containergruppe. |
execute |
Führt einen Befehl für eine bestimmte Containerinstanz in einer angegebenen Ressourcen- und Containergruppe aus. |
list |
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
Promise<ContainerAttachResponse>
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.
Die Optionsparameter.
Gibt zurück
Promise<ContainerExecResponse>
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>