Class SimUploadList

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

public final class SimUploadList extends Object
The SIMs to upload.
  • Constructor Details

    • SimUploadList

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

    • sims

      public List<SimNameAndProperties> sims()
      Get the sims property: A list of SIMs to upload.
      Returns:
      the sims value.
    • withSims

      public SimUploadList withSims(List<SimNameAndProperties> sims)
      Set the sims property: A list of SIMs to upload.
      Parameters:
      sims - the sims value to set.
      Returns:
      the SimUploadList object itself.
    • validate

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