次の方法で共有


WebAppsOperationsExtensions.ResetSlotConfigurationSlot メソッド

定義

POST を使用して API を呼び出して変更された場合は、現在のスロットの構成設定をリセットします。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

slot
String

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

注釈

[説明] POST を使用して API を呼び出して変更された場合は、現在のスロットの構成設定をリセットします。

適用対象