次の方法で共有


WebAppsOperationsExtensions.DeleteProcessSlot メソッド

定義

Web サイトの ID、デプロイ スロット、または Web サイト内の特定のスケールアウト インスタンスによってプロセスを終了します。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

サイト名。

processId
String

Pid。

slot
String

デプロイ スロットの名前。 スロットが指定されていない場合、API は運用スロットのデプロイを返します。

注釈

「Web サイトの ID、デプロイ スロット、または Web サイト内の特定のスケールアウト インスタンスによってプロセスを終了する」の説明。

適用対象