次の方法で共有


WebAppsOperationsExtensions.DeleteSlotAsync メソッド

定義

Web、モバイル、または API アプリ、またはいずれかのデプロイ スロットを削除します。

public static System.Threading.Tasks.Task DeleteSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, bool? deleteMetrics = default, bool? deleteEmptyServerFarm = default, System.Threading.CancellationToken cancellationToken = default);
static member DeleteSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, Optional deleteMetrics As Nullable(Of Boolean) = Nothing, Optional deleteEmptyServerFarm As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

削除するアプリの名前。

slot
String

削除するデプロイ スロットの名前。 既定では、API によって運用スロットが削除されます。

deleteMetrics
Nullable<Boolean>

true の場合、Web アプリのメトリックも削除されます。

deleteEmptyServerFarm
Nullable<Boolean>

アプリの削除後にApp Serviceプランが空になり、空のApp Serviceプランを削除する場合は、true を指定します。 既定では、空のApp Serviceプランは削除されません。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

「Web、モバイル、または API アプリ、またはいずれかのデプロイ スロットを削除する」の説明。

適用対象