次の方法で共有


WebAppsOperationsExtensions.DeleteSiteExtensionSlot メソッド

定義

Web サイトまたはデプロイ スロットからサイト拡張機能を削除します。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

サイト名。

siteExtensionId
String

サイト拡張機能の名前。

slot
String

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

注釈

「Web サイトまたはデプロイ スロットからサイト拡張機能を削除する」の説明。

適用対象