次の方法で共有


IFunctionApps.DeleteById メソッド

定義

Azure からリソースを削除し、リソース ID で識別します。

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)

パラメーター

id
String

削除するリソースのリソース ID

deleteMetrics
Nullable<Boolean>

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

deleteEmptyServerFarm
Nullable<Boolean>

true の場合、空のApp Serviceプランも削除されます

適用対象