Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceEnrollmentType
-
Packages that use MicrosoftGraphDeviceEnrollmentType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphDeviceEnrollmentType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphDeviceEnrollmentType Modifier and Type Field Description static MicrosoftGraphDeviceEnrollmentTypeMicrosoftGraphDeviceEnrollmentType. APPLE_BULK_WITH_USERStatic value appleBulkWithUser for MicrosoftGraphDeviceEnrollmentType.static MicrosoftGraphDeviceEnrollmentTypeMicrosoftGraphDeviceEnrollmentType. APPLE_BULK_WITHOUT_USERStatic value appleBulkWithoutUser for MicrosoftGraphDeviceEnrollmentType.static MicrosoftGraphDeviceEnrollmentTypeMicrosoftGraphDeviceEnrollmentType. DEVICE_ENROLLMENT_MANAGERStatic value deviceEnrollmentManager for MicrosoftGraphDeviceEnrollmentType.static MicrosoftGraphDeviceEnrollmentTypeMicrosoftGraphDeviceEnrollmentType. UNKNOWNStatic value unknown for MicrosoftGraphDeviceEnrollmentType.static MicrosoftGraphDeviceEnrollmentTypeMicrosoftGraphDeviceEnrollmentType. USER_ENROLLMENTStatic value userEnrollment for MicrosoftGraphDeviceEnrollmentType.static MicrosoftGraphDeviceEnrollmentTypeMicrosoftGraphDeviceEnrollmentType. WINDOWS_AUTO_ENROLLMENTStatic value windowsAutoEnrollment for MicrosoftGraphDeviceEnrollmentType.static MicrosoftGraphDeviceEnrollmentTypeMicrosoftGraphDeviceEnrollmentType. WINDOWS_AZURE_ADJOINStatic value windowsAzureADJoin for MicrosoftGraphDeviceEnrollmentType.static MicrosoftGraphDeviceEnrollmentTypeMicrosoftGraphDeviceEnrollmentType. WINDOWS_BULK_AZURE_DOMAIN_JOINStatic value windowsBulkAzureDomainJoin for MicrosoftGraphDeviceEnrollmentType.static MicrosoftGraphDeviceEnrollmentTypeMicrosoftGraphDeviceEnrollmentType. WINDOWS_BULK_USERLESSStatic value windowsBulkUserless for MicrosoftGraphDeviceEnrollmentType.static MicrosoftGraphDeviceEnrollmentTypeMicrosoftGraphDeviceEnrollmentType. WINDOWS_CO_MANAGEMENTStatic value windowsCoManagement for MicrosoftGraphDeviceEnrollmentType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDeviceEnrollmentType Modifier and Type Method Description MicrosoftGraphDeviceEnrollmentTypeMicrosoftGraphManagedDevice. deviceEnrollmentType()Get the deviceEnrollmentType property: The deviceEnrollmentType property.static MicrosoftGraphDeviceEnrollmentTypeMicrosoftGraphDeviceEnrollmentType. fromString(String name)Creates or finds a MicrosoftGraphDeviceEnrollmentType from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphDeviceEnrollmentType Modifier and Type Method Description static Collection<MicrosoftGraphDeviceEnrollmentType>MicrosoftGraphDeviceEnrollmentType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphDeviceEnrollmentType Modifier and Type Method Description MicrosoftGraphManagedDeviceMicrosoftGraphManagedDevice. withDeviceEnrollmentType(MicrosoftGraphDeviceEnrollmentType deviceEnrollmentType)Set the deviceEnrollmentType property: The deviceEnrollmentType property.
-