Class MicrosoftGraphDeviceEnrollmentType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphDeviceEnrollmentType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceEnrollmentType
public final class MicrosoftGraphDeviceEnrollmentType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphDeviceEnrollmentType>
deviceEnrollmentType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphDeviceEnrollmentTypeStatic value appleBulkWithUser for MicrosoftGraphDeviceEnrollmentType.static final MicrosoftGraphDeviceEnrollmentTypeStatic value appleBulkWithoutUser for MicrosoftGraphDeviceEnrollmentType.static final MicrosoftGraphDeviceEnrollmentTypeStatic value deviceEnrollmentManager for MicrosoftGraphDeviceEnrollmentType.static final MicrosoftGraphDeviceEnrollmentTypeStatic value unknown for MicrosoftGraphDeviceEnrollmentType.static final MicrosoftGraphDeviceEnrollmentTypeStatic value userEnrollment for MicrosoftGraphDeviceEnrollmentType.static final MicrosoftGraphDeviceEnrollmentTypeStatic value windowsAutoEnrollment for MicrosoftGraphDeviceEnrollmentType.static final MicrosoftGraphDeviceEnrollmentTypeStatic value windowsAzureADJoin for MicrosoftGraphDeviceEnrollmentType.static final MicrosoftGraphDeviceEnrollmentTypeStatic value windowsBulkAzureDomainJoin for MicrosoftGraphDeviceEnrollmentType.static final MicrosoftGraphDeviceEnrollmentTypeStatic value windowsBulkUserless for MicrosoftGraphDeviceEnrollmentType.static final MicrosoftGraphDeviceEnrollmentTypeStatic value windowsCoManagement for MicrosoftGraphDeviceEnrollmentType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphDeviceEnrollmentType from its string representation.values()Gets known MicrosoftGraphDeviceEnrollmentType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value unknown for MicrosoftGraphDeviceEnrollmentType. -
USER_ENROLLMENT
Static value userEnrollment for MicrosoftGraphDeviceEnrollmentType. -
DEVICE_ENROLLMENT_MANAGER
Static value deviceEnrollmentManager for MicrosoftGraphDeviceEnrollmentType. -
APPLE_BULK_WITH_USER
Static value appleBulkWithUser for MicrosoftGraphDeviceEnrollmentType. -
APPLE_BULK_WITHOUT_USER
Static value appleBulkWithoutUser for MicrosoftGraphDeviceEnrollmentType. -
WINDOWS_AZURE_ADJOIN
Static value windowsAzureADJoin for MicrosoftGraphDeviceEnrollmentType. -
WINDOWS_BULK_USERLESS
Static value windowsBulkUserless for MicrosoftGraphDeviceEnrollmentType. -
WINDOWS_AUTO_ENROLLMENT
Static value windowsAutoEnrollment for MicrosoftGraphDeviceEnrollmentType. -
WINDOWS_BULK_AZURE_DOMAIN_JOIN
Static value windowsBulkAzureDomainJoin for MicrosoftGraphDeviceEnrollmentType. -
WINDOWS_CO_MANAGEMENT
Static value windowsCoManagement for MicrosoftGraphDeviceEnrollmentType.
-
-
Constructor Details
-
MicrosoftGraphDeviceEnrollmentType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphDeviceEnrollmentType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphDeviceEnrollmentType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphDeviceEnrollmentType.
-
values
Gets known MicrosoftGraphDeviceEnrollmentType values.- Returns:
- known MicrosoftGraphDeviceEnrollmentType values.
-
fromString(String)factory method.