Class DevicesDeviceSelect


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

      • DELETED_DATE_TIME

        public static final DevicesDeviceSelect DELETED_DATE_TIME
        Static value deletedDateTime for DevicesDeviceSelect.
      • ACCOUNT_ENABLED

        public static final DevicesDeviceSelect ACCOUNT_ENABLED
        Static value accountEnabled for DevicesDeviceSelect.
      • ALTERNATIVE_SECURITY_IDS

        public static final DevicesDeviceSelect ALTERNATIVE_SECURITY_IDS
        Static value alternativeSecurityIds for DevicesDeviceSelect.
      • APPROXIMATE_LAST_SIGN_IN_DATE_TIME

        public static final DevicesDeviceSelect APPROXIMATE_LAST_SIGN_IN_DATE_TIME
        Static value approximateLastSignInDateTime for DevicesDeviceSelect.
      • COMPLIANCE_EXPIRATION_DATE_TIME

        public static final DevicesDeviceSelect COMPLIANCE_EXPIRATION_DATE_TIME
        Static value complianceExpirationDateTime for DevicesDeviceSelect.
      • DEVICE_ID

        public static final DevicesDeviceSelect DEVICE_ID
        Static value deviceId for DevicesDeviceSelect.
      • DEVICE_METADATA

        public static final DevicesDeviceSelect DEVICE_METADATA
        Static value deviceMetadata for DevicesDeviceSelect.
      • DEVICE_VERSION

        public static final DevicesDeviceSelect DEVICE_VERSION
        Static value deviceVersion for DevicesDeviceSelect.
      • DISPLAY_NAME

        public static final DevicesDeviceSelect DISPLAY_NAME
        Static value displayName for DevicesDeviceSelect.
      • IS_COMPLIANT

        public static final DevicesDeviceSelect IS_COMPLIANT
        Static value isCompliant for DevicesDeviceSelect.
      • IS_MANAGED

        public static final DevicesDeviceSelect IS_MANAGED
        Static value isManaged for DevicesDeviceSelect.
      • MDM_APP_ID

        public static final DevicesDeviceSelect MDM_APP_ID
        Static value mdmAppId for DevicesDeviceSelect.
      • ON_PREMISES_LAST_SYNC_DATE_TIME

        public static final DevicesDeviceSelect ON_PREMISES_LAST_SYNC_DATE_TIME
        Static value onPremisesLastSyncDateTime for DevicesDeviceSelect.
      • ON_PREMISES_SYNC_ENABLED

        public static final DevicesDeviceSelect ON_PREMISES_SYNC_ENABLED
        Static value onPremisesSyncEnabled for DevicesDeviceSelect.
      • OPERATING_SYSTEM

        public static final DevicesDeviceSelect OPERATING_SYSTEM
        Static value operatingSystem for DevicesDeviceSelect.
      • OPERATING_SYSTEM_VERSION

        public static final DevicesDeviceSelect OPERATING_SYSTEM_VERSION
        Static value operatingSystemVersion for DevicesDeviceSelect.
      • PHYSICAL_IDS

        public static final DevicesDeviceSelect PHYSICAL_IDS
        Static value physicalIds for DevicesDeviceSelect.
      • PROFILE_TYPE

        public static final DevicesDeviceSelect PROFILE_TYPE
        Static value profileType for DevicesDeviceSelect.
      • SYSTEM_LABELS

        public static final DevicesDeviceSelect SYSTEM_LABELS
        Static value systemLabels for DevicesDeviceSelect.
      • TRUST_TYPE

        public static final DevicesDeviceSelect TRUST_TYPE
        Static value trustType for DevicesDeviceSelect.
      • MEMBER_OF

        public static final DevicesDeviceSelect MEMBER_OF
        Static value memberOf for DevicesDeviceSelect.
      • REGISTERED_OWNERS

        public static final DevicesDeviceSelect REGISTERED_OWNERS
        Static value registeredOwners for DevicesDeviceSelect.
      • REGISTERED_USERS

        public static final DevicesDeviceSelect REGISTERED_USERS
        Static value registeredUsers for DevicesDeviceSelect.
      • TRANSITIVE_MEMBER_OF

        public static final DevicesDeviceSelect TRANSITIVE_MEMBER_OF
        Static value transitiveMemberOf for DevicesDeviceSelect.
      • EXTENSIONS

        public static final DevicesDeviceSelect EXTENSIONS
        Static value extensions for DevicesDeviceSelect.
    • Constructor Detail

      • DevicesDeviceSelect

        public DevicesDeviceSelect()
    • Method Detail

      • fromString

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