Freigeben über


ContainerGroupResource.GetContainerLogsAsync Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroups/{containerGroupName}/containers/{containerName}/logs
  • Vorgang IdContainers_ListLogs
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerLogs>> GetContainerLogsAsync (string containerName, int? tail = default, bool? timestamps = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerLogsAsync : string * Nullable<int> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerLogs>>
override this.GetContainerLogsAsync : string * Nullable<int> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerLogs>>
Public Overridable Function GetContainerLogsAsync (containerName As String, Optional tail As Nullable(Of Integer) = Nothing, Optional timestamps As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerLogs))

Parameter

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.

timestamps
Nullable<Boolean>

Wenn true, fügt am Anfang jeder Protokollausgabezeile einen Zeitstempel hinzu. Wenn nicht angegeben, wird standardmäßig false angegeben.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

containerName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

containerName ist NULL.

Gilt für: