次の方法で共有


IContainerGroups.GetLogContent メソッド

定義

オーバーロード

GetLogContent(String, String, String)

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

GetLogContent(String, String, String, Int32)

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

GetLogContent(String, String, String)

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

public string GetLogContent (string resourceGroupName, string containerGroupName, string containerName);
abstract member GetLogContent : string * string * string -> string
Public Function GetLogContent (resourceGroupName As String, containerGroupName As String, containerName As String) As String

パラメーター

resourceGroupName
String

Azure リソース グループ名です。

containerGroupName
String

コンテナー グループ名。

containerName
String

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

戻り値

適用対象

GetLogContent(String, String, String, Int32)

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

public string GetLogContent (string resourceGroupName, string containerGroupName, string containerName, int tailLineCount);
abstract member GetLogContent : string * string * string * int -> string
Public Function GetLogContent (resourceGroupName As String, containerGroupName As String, containerName As String, tailLineCount As Integer) As String

パラメーター

resourceGroupName
String

Azure リソース グループ名です。

containerGroupName
String

コンテナー グループ名。

containerName
String

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

tailLineCount
Int32

最後のログ行のみを取得します。

戻り値

適用対象