你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IFunctionApps.DeleteById 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 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