WebAppsOperationsExtensions.DeleteSlotAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
刪除 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 會刪除生產位置。
如果應用程式刪除之後,App Service計畫會是空的,而且您想要刪除空的App Service計畫,請指定 true。 根據預設,不會刪除空App Service計畫。
- cancellationToken
- CancellationToken
取消語彙基元。
傳回
備註
刪除 Web、行動或 API 應用程式的描述,或其中一個部署位置。