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 DevicesDeviceSelectACCOUNT_ENABLEDStatic value accountEnabled for DevicesDeviceSelect.static DevicesDeviceSelectALTERNATIVE_SECURITY_IDSStatic value alternativeSecurityIds for DevicesDeviceSelect.static DevicesDeviceSelectAPPROXIMATE_LAST_SIGN_IN_DATE_TIMEStatic value approximateLastSignInDateTime for DevicesDeviceSelect.static DevicesDeviceSelectCOMPLIANCE_EXPIRATION_DATE_TIMEStatic value complianceExpirationDateTime for DevicesDeviceSelect.static DevicesDeviceSelectDELETED_DATE_TIMEStatic value deletedDateTime for DevicesDeviceSelect.static DevicesDeviceSelectDEVICE_IDStatic value deviceId for DevicesDeviceSelect.static DevicesDeviceSelectDEVICE_METADATAStatic value deviceMetadata for DevicesDeviceSelect.static DevicesDeviceSelectDEVICE_VERSIONStatic value deviceVersion for DevicesDeviceSelect.static DevicesDeviceSelectDISPLAY_NAMEStatic value displayName for DevicesDeviceSelect.static DevicesDeviceSelectEXTENSIONSStatic value extensions for DevicesDeviceSelect.static DevicesDeviceSelectIDStatic value id for DevicesDeviceSelect.static DevicesDeviceSelectIS_COMPLIANTStatic value isCompliant for DevicesDeviceSelect.static DevicesDeviceSelectIS_MANAGEDStatic value isManaged for DevicesDeviceSelect.static DevicesDeviceSelectMDM_APP_IDStatic value mdmAppId for DevicesDeviceSelect.static DevicesDeviceSelectMEMBER_OFStatic value memberOf for DevicesDeviceSelect.static DevicesDeviceSelectON_PREMISES_LAST_SYNC_DATE_TIMEStatic value onPremisesLastSyncDateTime for DevicesDeviceSelect.static DevicesDeviceSelectON_PREMISES_SYNC_ENABLEDStatic value onPremisesSyncEnabled for DevicesDeviceSelect.static DevicesDeviceSelectOPERATING_SYSTEMStatic value operatingSystem for DevicesDeviceSelect.static DevicesDeviceSelectOPERATING_SYSTEM_VERSIONStatic value operatingSystemVersion for DevicesDeviceSelect.static DevicesDeviceSelectPHYSICAL_IDSStatic value physicalIds for DevicesDeviceSelect.static DevicesDeviceSelectPROFILE_TYPEStatic value profileType for DevicesDeviceSelect.static DevicesDeviceSelectREGISTERED_OWNERSStatic value registeredOwners for DevicesDeviceSelect.static DevicesDeviceSelectREGISTERED_USERSStatic value registeredUsers for DevicesDeviceSelect.static DevicesDeviceSelectSYSTEM_LABELSStatic value systemLabels for DevicesDeviceSelect.static DevicesDeviceSelectTRANSITIVE_MEMBER_OFStatic value transitiveMemberOf for DevicesDeviceSelect.static DevicesDeviceSelectTRUST_TYPEStatic value trustType for DevicesDeviceSelect.
-
Constructor Summary
Constructors Constructor Description DevicesDeviceSelect()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DevicesDeviceSelectfromString(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.
-
-