Interface Sim.DefinitionStages.WithDeviceType

All Known Subinterfaces:
Sim.Definition, Sim.DefinitionStages.WithCreate
Enclosing interface:
Sim.DefinitionStages

public static interface Sim.DefinitionStages.WithDeviceType
The stage of the Sim definition 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.DefinitionStages.WithCreate 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.