你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISupportsBatchDeletion.DeleteByIds 方法

定义

重载

DeleteByIds(IList<String>)

从 Azure 中删除指定的资源。

DeleteByIds(String[])

从 Azure 中删除指定的资源。

DeleteByIds(IList<String>)

从 Azure 中删除指定的资源。

public void DeleteByIds (System.Collections.Generic.IList<string> ids);
abstract member DeleteByIds : System.Collections.Generic.IList<string> -> unit
Public Sub DeleteByIds (ids As IList(Of String))

参数

ids
IList<String>

要删除的资源的资源 ID。

适用于

DeleteByIds(String[])

从 Azure 中删除指定的资源。

public void DeleteByIds (params string[] ids);
abstract member DeleteByIds : string[] -> unit
Public Sub DeleteByIds (ParamArray ids As String())

参数

ids
String[]

要删除的资源的资源 ID。

适用于