Udostępnij za pośrednictwem


IWebApps.DeleteById Metoda

Definicja

Usuwa zasób z platformy Azure, identyfikując go przy użyciu identyfikatora zasobu.

public void DeleteById (string id, bool? deleteMetrics = default, bool? deleteEmptyServerFarm = default);
abstract member DeleteById : string * Nullable<bool> * Nullable<bool> -> unit
Public Sub DeleteById (id As String, Optional deleteMetrics As Nullable(Of Boolean) = Nothing, Optional deleteEmptyServerFarm As Nullable(Of Boolean) = Nothing)

Parametry

id
String

identyfikator zasobu do usunięcia

deleteMetrics
Nullable<Boolean>

jeśli prawda, metryki aplikacji internetowej również zostaną usunięte

deleteEmptyServerFarm
Nullable<Boolean>

jeśli ma wartość true, zostanie również usunięty pusty plan App Service

Dotyczy