Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPolicyPlatformType
-
Packages that use MicrosoftGraphPolicyPlatformType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPolicyPlatformType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphPolicyPlatformType Modifier and Type Field Description static MicrosoftGraphPolicyPlatformTypeMicrosoftGraphPolicyPlatformType. ALLStatic value all for MicrosoftGraphPolicyPlatformType.static MicrosoftGraphPolicyPlatformTypeMicrosoftGraphPolicyPlatformType. ANDROIDStatic value android for MicrosoftGraphPolicyPlatformType.static MicrosoftGraphPolicyPlatformTypeMicrosoftGraphPolicyPlatformType. ANDROID_WORK_PROFILEStatic value androidWorkProfile for MicrosoftGraphPolicyPlatformType.static MicrosoftGraphPolicyPlatformTypeMicrosoftGraphPolicyPlatformType. I_OSStatic value iOS for MicrosoftGraphPolicyPlatformType.static MicrosoftGraphPolicyPlatformTypeMicrosoftGraphPolicyPlatformType. MAC_OSStatic value macOS for MicrosoftGraphPolicyPlatformType.static MicrosoftGraphPolicyPlatformTypeMicrosoftGraphPolicyPlatformType. WINDOWS_PHONE81Static value windowsPhone81 for MicrosoftGraphPolicyPlatformType.static MicrosoftGraphPolicyPlatformTypeMicrosoftGraphPolicyPlatformType. WINDOWS10AND_LATERStatic value windows10AndLater for MicrosoftGraphPolicyPlatformType.static MicrosoftGraphPolicyPlatformTypeMicrosoftGraphPolicyPlatformType. WINDOWS81AND_LATERStatic value windows81AndLater for MicrosoftGraphPolicyPlatformType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPolicyPlatformType Modifier and Type Method Description static MicrosoftGraphPolicyPlatformTypeMicrosoftGraphPolicyPlatformType. fromString(String name)Creates or finds a MicrosoftGraphPolicyPlatformType from its string representation.MicrosoftGraphPolicyPlatformTypeMicrosoftGraphDeviceCompliancePolicyState. platformType()Get the platformType property: The platformType property.MicrosoftGraphPolicyPlatformTypeMicrosoftGraphDeviceConfigurationState. platformType()Get the platformType property: The platformType property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPolicyPlatformType Modifier and Type Method Description static Collection<MicrosoftGraphPolicyPlatformType>MicrosoftGraphPolicyPlatformType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPolicyPlatformType Modifier and Type Method Description MicrosoftGraphDeviceCompliancePolicyStateMicrosoftGraphDeviceCompliancePolicyState. withPlatformType(MicrosoftGraphPolicyPlatformType platformType)Set the platformType property: The platformType property.MicrosoftGraphDeviceConfigurationStateMicrosoftGraphDeviceConfigurationState. withPlatformType(MicrosoftGraphPolicyPlatformType platformType)Set the platformType property: The platformType property.
-