Class DevicesDeviceSelect
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<DevicesDeviceSelect>
-
- com.azure.resourcemanager.authorization.fluent.models.DevicesDeviceSelect
-
public final class DevicesDeviceSelect extends com.azure.core.util.ExpandableStringEnum<DevicesDeviceSelect>
Defines values for DevicesDeviceSelect.
-
-
Field Summary
Fields Modifier and Type Field Description static DevicesDeviceSelect
ACCOUNT_ENABLED
Static value accountEnabled for DevicesDeviceSelect.static DevicesDeviceSelect
ALTERNATIVE_SECURITY_IDS
Static value alternativeSecurityIds for DevicesDeviceSelect.static DevicesDeviceSelect
APPROXIMATE_LAST_SIGN_IN_DATE_TIME
Static value approximateLastSignInDateTime for DevicesDeviceSelect.static DevicesDeviceSelect
COMPLIANCE_EXPIRATION_DATE_TIME
Static value complianceExpirationDateTime for DevicesDeviceSelect.static DevicesDeviceSelect
DELETED_DATE_TIME
Static value deletedDateTime for DevicesDeviceSelect.static DevicesDeviceSelect
DEVICE_ID
Static value deviceId for DevicesDeviceSelect.static DevicesDeviceSelect
DEVICE_METADATA
Static value deviceMetadata for DevicesDeviceSelect.static DevicesDeviceSelect
DEVICE_VERSION
Static value deviceVersion for DevicesDeviceSelect.static DevicesDeviceSelect
DISPLAY_NAME
Static value displayName for DevicesDeviceSelect.static DevicesDeviceSelect
EXTENSIONS
Static value extensions for DevicesDeviceSelect.static DevicesDeviceSelect
ID
Static value id for DevicesDeviceSelect.static DevicesDeviceSelect
IS_COMPLIANT
Static value isCompliant for DevicesDeviceSelect.static DevicesDeviceSelect
IS_MANAGED
Static value isManaged for DevicesDeviceSelect.static DevicesDeviceSelect
MDM_APP_ID
Static value mdmAppId for DevicesDeviceSelect.static DevicesDeviceSelect
MEMBER_OF
Static value memberOf for DevicesDeviceSelect.static DevicesDeviceSelect
ON_PREMISES_LAST_SYNC_DATE_TIME
Static value onPremisesLastSyncDateTime for DevicesDeviceSelect.static DevicesDeviceSelect
ON_PREMISES_SYNC_ENABLED
Static value onPremisesSyncEnabled for DevicesDeviceSelect.static DevicesDeviceSelect
OPERATING_SYSTEM
Static value operatingSystem for DevicesDeviceSelect.static DevicesDeviceSelect
OPERATING_SYSTEM_VERSION
Static value operatingSystemVersion for DevicesDeviceSelect.static DevicesDeviceSelect
PHYSICAL_IDS
Static value physicalIds for DevicesDeviceSelect.static DevicesDeviceSelect
PROFILE_TYPE
Static value profileType for DevicesDeviceSelect.static DevicesDeviceSelect
REGISTERED_OWNERS
Static value registeredOwners for DevicesDeviceSelect.static DevicesDeviceSelect
REGISTERED_USERS
Static value registeredUsers for DevicesDeviceSelect.static DevicesDeviceSelect
SYSTEM_LABELS
Static value systemLabels for DevicesDeviceSelect.static DevicesDeviceSelect
TRANSITIVE_MEMBER_OF
Static value transitiveMemberOf for DevicesDeviceSelect.static DevicesDeviceSelect
TRUST_TYPE
Static value trustType for DevicesDeviceSelect.
-
Constructor Summary
Constructors Constructor Description DevicesDeviceSelect()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DevicesDeviceSelect
fromString(String name)
Creates or finds a DevicesDeviceSelect from its string representation.static Collection<DevicesDeviceSelect>
values()
-
-
-
Field Detail
-
ID
public static final DevicesDeviceSelect ID
Static value id for DevicesDeviceSelect.
-
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.
-
-
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.
-
values
public static Collection<DevicesDeviceSelect> values()
- Returns:
- known DevicesDeviceSelect values.
-
-