ISupportsBatchDeletion.DeleteByIds Method

Definition

Overloads

DeleteByIds(IList<String>)

Deletes the specified resources from Azure.

DeleteByIds(String[])

Deletes the specified resources from Azure.

DeleteByIds(IList<String>)

Deletes the specified resources from 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))

Parameters

ids
IList<String>

Resource IDs of the resources to be deleted.

Applies to

DeleteByIds(String[])

Deletes the specified resources from Azure.

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

Parameters

ids
String[]

Resource IDs of the resources to be deleted.

Applies to