SimDeleteList(IEnumerable<String>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SimDeleteList.
public SimDeleteList (System.Collections.Generic.IEnumerable<string> sims);
new Azure.ResourceManager.MobileNetwork.Models.SimDeleteList : seq<string> -> Azure.ResourceManager.MobileNetwork.Models.SimDeleteList
Public Sub New (sims As IEnumerable(Of String))
Parameters
- sims
- IEnumerable<String>
A list of SIM resource names to delete.
Exceptions
sims
is null.