次の方法で共有


ContainerGroupResource.GetContainerLogs メソッド

定義

指定したリソース グループとコンテナー グループ内の指定したコンテナー インスタンスのログを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroups/{containerGroupName}/containers/{containerName}/logs
  • 操作IdContainers_ListLogs
public virtual Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerLogs> GetContainerLogs (string containerName, int? tail = default, bool? timestamps = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerLogs : string * Nullable<int> * Nullable<bool> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerLogs>
override this.GetContainerLogs : string * Nullable<int> * Nullable<bool> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerLogs>
Public Overridable Function GetContainerLogs (containerName As String, Optional tail As Nullable(Of Integer) = Nothing, Optional timestamps As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerLogs)

パラメーター

containerName
String

コンテナー インスタンスの名前。

tail
Nullable<Int32>

コンテナー インスタンス ログの末尾から表示する行数。 指定しない場合、使用可能なすべてのログは最大 4 mb まで表示されます。

timestamps
Nullable<Boolean>

true の場合、ログ出力のすべての行の先頭にタイムスタンプが追加されます。 指定しない場合、既定値は false です。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

containerName は空の文字列であり、空でないと想定されていました。

containerName が null です。

適用対象