次の方法で共有


WebAppsOperationsExtensions.StopNetworkTraceSlot メソッド

定義

サイトのネットワーク パケットの継続的なキャプチャを停止します。

public static void StopNetworkTraceSlot(this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot);
static member StopNetworkTraceSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string -> unit
<Extension()>
Public Sub StopNetworkTraceSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String)

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

slot
String

この Web アプリのスロットの名前。

注釈

サイトのネットワーク パケットの継続的なキャプチャを停止する方法に関する説明。

適用対象