次の方法で共有


WebAppsOperationsExtensions.GetContainerLogsZip メソッド

定義

指定されたサイトの ZIP アーカイブド Docker ログ ファイルを取得します

public static System.IO.Stream GetContainerLogsZip (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name);
static member GetContainerLogsZip : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string -> System.IO.Stream
<Extension()>
Public Function GetContainerLogsZip (operations As IWebAppsOperations, resourceGroupName As String, name As String) As Stream

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

Web アプリの名前。

戻り値

注釈

Description for Gets the ZIP archived docker log files for the given site

適用対象