Class MicrosoftGraphPolicyPlatformType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphPolicyPlatformType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPolicyPlatformType
public final class MicrosoftGraphPolicyPlatformType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphPolicyPlatformType>
policyPlatformType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphPolicyPlatformTypeStatic value all for MicrosoftGraphPolicyPlatformType.static final MicrosoftGraphPolicyPlatformTypeStatic value android for MicrosoftGraphPolicyPlatformType.static final MicrosoftGraphPolicyPlatformTypeStatic value androidWorkProfile for MicrosoftGraphPolicyPlatformType.static final MicrosoftGraphPolicyPlatformTypeStatic value iOS for MicrosoftGraphPolicyPlatformType.static final MicrosoftGraphPolicyPlatformTypeStatic value macOS for MicrosoftGraphPolicyPlatformType.static final MicrosoftGraphPolicyPlatformTypeStatic value windowsPhone81 for MicrosoftGraphPolicyPlatformType.static final MicrosoftGraphPolicyPlatformTypeStatic value windows10AndLater for MicrosoftGraphPolicyPlatformType.static final MicrosoftGraphPolicyPlatformTypeStatic value windows81AndLater for MicrosoftGraphPolicyPlatformType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphPolicyPlatformType from its string representation.values()Gets known MicrosoftGraphPolicyPlatformType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ANDROID
Static value android for MicrosoftGraphPolicyPlatformType. -
I_OS
Static value iOS for MicrosoftGraphPolicyPlatformType. -
MAC_OS
Static value macOS for MicrosoftGraphPolicyPlatformType. -
WINDOWS_PHONE81
Static value windowsPhone81 for MicrosoftGraphPolicyPlatformType. -
WINDOWS81AND_LATER
Static value windows81AndLater for MicrosoftGraphPolicyPlatformType. -
WINDOWS10AND_LATER
Static value windows10AndLater for MicrosoftGraphPolicyPlatformType. -
ANDROID_WORK_PROFILE
Static value androidWorkProfile for MicrosoftGraphPolicyPlatformType. -
ALL
Static value all for MicrosoftGraphPolicyPlatformType.
-
-
Constructor Details
-
MicrosoftGraphPolicyPlatformType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphPolicyPlatformType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphPolicyPlatformType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphPolicyPlatformType.
-
values
Gets known MicrosoftGraphPolicyPlatformType values.- Returns:
- known MicrosoftGraphPolicyPlatformType values.
-
fromString(String)factory method.