Class MicrosoftGraphMdmAuthority
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphMdmAuthority>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMdmAuthority
public final class MicrosoftGraphMdmAuthority
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphMdmAuthority>
mdmAuthority.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphMdmAuthorityStatic value intune for MicrosoftGraphMdmAuthority.static final MicrosoftGraphMdmAuthorityStatic value office365 for MicrosoftGraphMdmAuthority.static final MicrosoftGraphMdmAuthorityStatic value sccm for MicrosoftGraphMdmAuthority.static final MicrosoftGraphMdmAuthorityStatic value unknown for MicrosoftGraphMdmAuthority. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftGraphMdmAuthorityfromString(String name) Creates or finds a MicrosoftGraphMdmAuthority from its string representation.static Collection<MicrosoftGraphMdmAuthority>values()Gets known MicrosoftGraphMdmAuthority values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value unknown for MicrosoftGraphMdmAuthority. -
INTUNE
Static value intune for MicrosoftGraphMdmAuthority. -
SCCM
Static value sccm for MicrosoftGraphMdmAuthority. -
OFFICE365
Static value office365 for MicrosoftGraphMdmAuthority.
-
-
Constructor Details
-
MicrosoftGraphMdmAuthority
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphMdmAuthority value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphMdmAuthority from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphMdmAuthority.
-
values
Gets known MicrosoftGraphMdmAuthority values.- Returns:
- known MicrosoftGraphMdmAuthority values.
-
fromString(String)factory method.