Freigeben über


ContainerOperationsExtensions.ListLogsAsync Methode

Definition

Rufen Sie die Protokolle für einen angegebenen Container instance ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.LogsInner> ListLogsAsync (this Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerOperations operations, string resourceGroupName, string containerGroupName, string containerName, int? tail = default, System.Threading.CancellationToken cancellationToken = default);
static member ListLogsAsync : Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerOperations * string * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.LogsInner>
<Extension()>
Public Function ListLogsAsync (operations As IContainerOperations, resourceGroupName As String, containerGroupName As String, containerName As String, Optional tail As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LogsInner)

Parameter

operations
IContainerOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

containerGroupName
String

Der Name der Containergruppe.

containerName
String

Der Name des Containers instance.

tail
Nullable<Int32>

Die Anzahl der Zeilen, die vom Ende des Containers instance Protokoll angezeigt werden sollen. Wenn nicht angegeben, werden alle verfügbaren Protokolle bis zu 4 MB angezeigt.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Rufen Sie die Protokolle für einen angegebenen Container instance in einer angegebenen Ressourcen- und Containergruppe ab.

Gilt für: