MicrosoftGraphMdmAuthority Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphMdmAuthority
- com.
- com.
public final class MicrosoftGraphMdmAuthority
extends ExpandableStringEnum<MicrosoftGraphMdmAuthority>
mdmAuthority.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
INTUNE
Static value intune for Microsoft |
static final
Microsoft |
OFFICE365
Static value office365 for Microsoft |
static final
Microsoft |
SCCM
Static value sccm for Microsoft |
static final
Microsoft |
UNKNOWN
Static value unknown for Microsoft |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphMdmAuthority() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Microsoft |
fromString(String name)
Creates or finds a Microsoft |
static
Collection<Microsoft |
values()
Gets known Microsoft |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
INTUNE
public static final MicrosoftGraphMdmAuthority INTUNE
Static value intune for MicrosoftGraphMdmAuthority.
OFFICE365
public static final MicrosoftGraphMdmAuthority OFFICE365
Static value office365 for MicrosoftGraphMdmAuthority.
SCCM
public static final MicrosoftGraphMdmAuthority SCCM
Static value sccm for MicrosoftGraphMdmAuthority.
UNKNOWN
public static final MicrosoftGraphMdmAuthority UNKNOWN
Static value unknown for MicrosoftGraphMdmAuthority.
Constructor Details
MicrosoftGraphMdmAuthority
@Deprecated
public MicrosoftGraphMdmAuthority()
Deprecated
Creates a new instance of MicrosoftGraphMdmAuthority value.
Method Details
fromString
public static MicrosoftGraphMdmAuthority fromString(String name)
Creates or finds a MicrosoftGraphMdmAuthority from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphMdmAuthority values.
Returns: