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>
Defines values for MicrosoftGraphMdmAuthority.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphMdmAuthority
INTUNE
Static value intune for MicrosoftGraphMdmAuthority.static MicrosoftGraphMdmAuthority
OFFICE365
Static value office365 for MicrosoftGraphMdmAuthority.static MicrosoftGraphMdmAuthority
SCCM
Static value sccm for MicrosoftGraphMdmAuthority.static MicrosoftGraphMdmAuthority
UNKNOWN
Static value unknown for MicrosoftGraphMdmAuthority.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphMdmAuthority()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphMdmAuthority
fromString(String name)
Creates or finds a MicrosoftGraphMdmAuthority from its string representation.static Collection<MicrosoftGraphMdmAuthority>
values()
-
-
-
Field Detail
-
UNKNOWN
public static final MicrosoftGraphMdmAuthority UNKNOWN
Static value unknown for MicrosoftGraphMdmAuthority.
-
INTUNE
public static final MicrosoftGraphMdmAuthority INTUNE
Static value intune for MicrosoftGraphMdmAuthority.
-
SCCM
public static final MicrosoftGraphMdmAuthority SCCM
Static value sccm for MicrosoftGraphMdmAuthority.
-
OFFICE365
public static final MicrosoftGraphMdmAuthority OFFICE365
Static value office365 for MicrosoftGraphMdmAuthority.
-
-
Method Detail
-
fromString
public static MicrosoftGraphMdmAuthority fromString(String name)
Creates or finds a MicrosoftGraphMdmAuthority from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MicrosoftGraphMdmAuthority.
-
values
public static Collection<MicrosoftGraphMdmAuthority> values()
- Returns:
- known MicrosoftGraphMdmAuthority values.
-
-