IContainerGroups.GetLogContent メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
最後のログ行のみを取得します。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET