Interface Sim.UpdateStages.WithDeviceType

All Known Subinterfaces:
Sim.Update
Enclosing interface:
Sim.UpdateStages

public static interface Sim.UpdateStages.WithDeviceType
The stage of the Sim update allowing to specify deviceType.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDeviceType(String deviceType)
    Specifies the deviceType property: An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'.
  • Method Details

    • withDeviceType

      Sim.Update withDeviceType(String deviceType)
      Specifies the deviceType property: An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value..
      Parameters:
      deviceType - An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value.
      Returns:
      the next definition stage.