次の方法で共有


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。

適用対象