Class SimDeleteList

java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.SimDeleteList

public final class SimDeleteList extends Object
The SIMs to delete.
  • Constructor Details

    • SimDeleteList

      public SimDeleteList()
      Creates an instance of SimDeleteList class.
  • Method Details

    • sims

      public List<String> sims()
      Get the sims property: A list of SIM resource names to delete.
      Returns:
      the sims value.
    • withSims

      public SimDeleteList withSims(List<String> sims)
      Set the sims property: A list of SIM resource names to delete.
      Parameters:
      sims - the sims value to set.
      Returns:
      the SimDeleteList object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.