次の方法で共有


WebAppsOperationsExtensions.ResetProductionSlotConfig メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

注釈

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

適用対象