Class DevicesDeviceOrderby


  • public final class DevicesDeviceOrderby
    extends com.azure.core.util.ExpandableStringEnum<DevicesDeviceOrderby>
    Defines values for DevicesDeviceOrderby.
    • Field Detail

      • ID_DESC

        public static final DevicesDeviceOrderby ID_DESC
        Static value id desc for DevicesDeviceOrderby.
      • DELETED_DATE_TIME

        public static final DevicesDeviceOrderby DELETED_DATE_TIME
        Static value deletedDateTime for DevicesDeviceOrderby.
      • DELETED_DATE_TIME_DESC

        public static final DevicesDeviceOrderby DELETED_DATE_TIME_DESC
        Static value deletedDateTime desc for DevicesDeviceOrderby.
      • ACCOUNT_ENABLED

        public static final DevicesDeviceOrderby ACCOUNT_ENABLED
        Static value accountEnabled for DevicesDeviceOrderby.
      • ACCOUNT_ENABLED_DESC

        public static final DevicesDeviceOrderby ACCOUNT_ENABLED_DESC
        Static value accountEnabled desc for DevicesDeviceOrderby.
      • ALTERNATIVE_SECURITY_IDS

        public static final DevicesDeviceOrderby ALTERNATIVE_SECURITY_IDS
        Static value alternativeSecurityIds for DevicesDeviceOrderby.
      • ALTERNATIVE_SECURITY_IDS_DESC

        public static final DevicesDeviceOrderby ALTERNATIVE_SECURITY_IDS_DESC
        Static value alternativeSecurityIds desc for DevicesDeviceOrderby.
      • APPROXIMATE_LAST_SIGN_IN_DATE_TIME

        public static final DevicesDeviceOrderby APPROXIMATE_LAST_SIGN_IN_DATE_TIME
        Static value approximateLastSignInDateTime for DevicesDeviceOrderby.
      • APPROXIMATE_LAST_SIGN_IN_DATE_TIME_DESC

        public static final DevicesDeviceOrderby APPROXIMATE_LAST_SIGN_IN_DATE_TIME_DESC
        Static value approximateLastSignInDateTime desc for DevicesDeviceOrderby.
      • COMPLIANCE_EXPIRATION_DATE_TIME

        public static final DevicesDeviceOrderby COMPLIANCE_EXPIRATION_DATE_TIME
        Static value complianceExpirationDateTime for DevicesDeviceOrderby.
      • COMPLIANCE_EXPIRATION_DATE_TIME_DESC

        public static final DevicesDeviceOrderby COMPLIANCE_EXPIRATION_DATE_TIME_DESC
        Static value complianceExpirationDateTime desc for DevicesDeviceOrderby.
      • DEVICE_ID

        public static final DevicesDeviceOrderby DEVICE_ID
        Static value deviceId for DevicesDeviceOrderby.
      • DEVICE_ID_DESC

        public static final DevicesDeviceOrderby DEVICE_ID_DESC
        Static value deviceId desc for DevicesDeviceOrderby.
      • DEVICE_METADATA

        public static final DevicesDeviceOrderby DEVICE_METADATA
        Static value deviceMetadata for DevicesDeviceOrderby.
      • DEVICE_METADATA_DESC

        public static final DevicesDeviceOrderby DEVICE_METADATA_DESC
        Static value deviceMetadata desc for DevicesDeviceOrderby.
      • DEVICE_VERSION

        public static final DevicesDeviceOrderby DEVICE_VERSION
        Static value deviceVersion for DevicesDeviceOrderby.
      • DEVICE_VERSION_DESC

        public static final DevicesDeviceOrderby DEVICE_VERSION_DESC
        Static value deviceVersion desc for DevicesDeviceOrderby.
      • DISPLAY_NAME

        public static final DevicesDeviceOrderby DISPLAY_NAME
        Static value displayName for DevicesDeviceOrderby.
      • DISPLAY_NAME_DESC

        public static final DevicesDeviceOrderby DISPLAY_NAME_DESC
        Static value displayName desc for DevicesDeviceOrderby.
      • IS_COMPLIANT

        public static final DevicesDeviceOrderby IS_COMPLIANT
        Static value isCompliant for DevicesDeviceOrderby.
      • IS_COMPLIANT_DESC

        public static final DevicesDeviceOrderby IS_COMPLIANT_DESC
        Static value isCompliant desc for DevicesDeviceOrderby.
      • IS_MANAGED

        public static final DevicesDeviceOrderby IS_MANAGED
        Static value isManaged for DevicesDeviceOrderby.
      • IS_MANAGED_DESC

        public static final DevicesDeviceOrderby IS_MANAGED_DESC
        Static value isManaged desc for DevicesDeviceOrderby.
      • MDM_APP_ID

        public static final DevicesDeviceOrderby MDM_APP_ID
        Static value mdmAppId for DevicesDeviceOrderby.
      • MDM_APP_ID_DESC

        public static final DevicesDeviceOrderby MDM_APP_ID_DESC
        Static value mdmAppId desc for DevicesDeviceOrderby.
      • ON_PREMISES_LAST_SYNC_DATE_TIME

        public static final DevicesDeviceOrderby ON_PREMISES_LAST_SYNC_DATE_TIME
        Static value onPremisesLastSyncDateTime for DevicesDeviceOrderby.
      • ON_PREMISES_LAST_SYNC_DATE_TIME_DESC

        public static final DevicesDeviceOrderby ON_PREMISES_LAST_SYNC_DATE_TIME_DESC
        Static value onPremisesLastSyncDateTime desc for DevicesDeviceOrderby.
      • ON_PREMISES_SYNC_ENABLED

        public static final DevicesDeviceOrderby ON_PREMISES_SYNC_ENABLED
        Static value onPremisesSyncEnabled for DevicesDeviceOrderby.
      • ON_PREMISES_SYNC_ENABLED_DESC

        public static final DevicesDeviceOrderby ON_PREMISES_SYNC_ENABLED_DESC
        Static value onPremisesSyncEnabled desc for DevicesDeviceOrderby.
      • OPERATING_SYSTEM

        public static final DevicesDeviceOrderby OPERATING_SYSTEM
        Static value operatingSystem for DevicesDeviceOrderby.
      • OPERATING_SYSTEM_DESC

        public static final DevicesDeviceOrderby OPERATING_SYSTEM_DESC
        Static value operatingSystem desc for DevicesDeviceOrderby.
      • OPERATING_SYSTEM_VERSION

        public static final DevicesDeviceOrderby OPERATING_SYSTEM_VERSION
        Static value operatingSystemVersion for DevicesDeviceOrderby.
      • OPERATING_SYSTEM_VERSION_DESC

        public static final DevicesDeviceOrderby OPERATING_SYSTEM_VERSION_DESC
        Static value operatingSystemVersion desc for DevicesDeviceOrderby.
      • PHYSICAL_IDS

        public static final DevicesDeviceOrderby PHYSICAL_IDS
        Static value physicalIds for DevicesDeviceOrderby.
      • PHYSICAL_IDS_DESC

        public static final DevicesDeviceOrderby PHYSICAL_IDS_DESC
        Static value physicalIds desc for DevicesDeviceOrderby.
      • PROFILE_TYPE

        public static final DevicesDeviceOrderby PROFILE_TYPE
        Static value profileType for DevicesDeviceOrderby.
      • PROFILE_TYPE_DESC

        public static final DevicesDeviceOrderby PROFILE_TYPE_DESC
        Static value profileType desc for DevicesDeviceOrderby.
      • SYSTEM_LABELS

        public static final DevicesDeviceOrderby SYSTEM_LABELS
        Static value systemLabels for DevicesDeviceOrderby.
      • SYSTEM_LABELS_DESC

        public static final DevicesDeviceOrderby SYSTEM_LABELS_DESC
        Static value systemLabels desc for DevicesDeviceOrderby.
      • TRUST_TYPE

        public static final DevicesDeviceOrderby TRUST_TYPE
        Static value trustType for DevicesDeviceOrderby.
      • TRUST_TYPE_DESC

        public static final DevicesDeviceOrderby TRUST_TYPE_DESC
        Static value trustType desc for DevicesDeviceOrderby.
    • Constructor Detail

      • DevicesDeviceOrderby

        public DevicesDeviceOrderby()
    • Method Detail

      • fromString

        public static DevicesDeviceOrderby fromString​(String name)
        Creates or finds a DevicesDeviceOrderby from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding DevicesDeviceOrderby.