Class MicrosoftGraphManagementAgentType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphManagementAgentType>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphManagementAgentType
-
public final class MicrosoftGraphManagementAgentType extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphManagementAgentType>
Defines values for MicrosoftGraphManagementAgentType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphManagementAgentTypeCONFIGURATION_MANAGER_CLIENTStatic value configurationManagerClient for MicrosoftGraphManagementAgentType.static MicrosoftGraphManagementAgentTypeCONFIGURATION_MANAGER_CLIENT_MDMStatic value configurationManagerClientMdm for MicrosoftGraphManagementAgentType.static MicrosoftGraphManagementAgentTypeCONFIGURATION_MANAGER_CLIENT_MDM_EASStatic value configurationManagerClientMdmEas for MicrosoftGraphManagementAgentType.static MicrosoftGraphManagementAgentTypeEASStatic value eas for MicrosoftGraphManagementAgentType.static MicrosoftGraphManagementAgentTypeEAS_INTUNE_CLIENTStatic value easIntuneClient for MicrosoftGraphManagementAgentType.static MicrosoftGraphManagementAgentTypeEAS_MDMStatic value easMdm for MicrosoftGraphManagementAgentType.static MicrosoftGraphManagementAgentTypeGOOGLE_CLOUD_DEVICE_POLICY_CONTROLLERStatic value googleCloudDevicePolicyController for MicrosoftGraphManagementAgentType.static MicrosoftGraphManagementAgentTypeINTUNE_CLIENTStatic value intuneClient for MicrosoftGraphManagementAgentType.static MicrosoftGraphManagementAgentTypeJAMFStatic value jamf for MicrosoftGraphManagementAgentType.static MicrosoftGraphManagementAgentTypeMDMStatic value mdm for MicrosoftGraphManagementAgentType.static MicrosoftGraphManagementAgentTypeUNKNOWNStatic value unknown for MicrosoftGraphManagementAgentType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphManagementAgentType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphManagementAgentTypefromString(String name)Creates or finds a MicrosoftGraphManagementAgentType from its string representation.static Collection<MicrosoftGraphManagementAgentType>values()
-
-
-
Field Detail
-
EAS
public static final MicrosoftGraphManagementAgentType EAS
Static value eas for MicrosoftGraphManagementAgentType.
-
MDM
public static final MicrosoftGraphManagementAgentType MDM
Static value mdm for MicrosoftGraphManagementAgentType.
-
EAS_MDM
public static final MicrosoftGraphManagementAgentType EAS_MDM
Static value easMdm for MicrosoftGraphManagementAgentType.
-
INTUNE_CLIENT
public static final MicrosoftGraphManagementAgentType INTUNE_CLIENT
Static value intuneClient for MicrosoftGraphManagementAgentType.
-
EAS_INTUNE_CLIENT
public static final MicrosoftGraphManagementAgentType EAS_INTUNE_CLIENT
Static value easIntuneClient for MicrosoftGraphManagementAgentType.
-
CONFIGURATION_MANAGER_CLIENT
public static final MicrosoftGraphManagementAgentType CONFIGURATION_MANAGER_CLIENT
Static value configurationManagerClient for MicrosoftGraphManagementAgentType.
-
CONFIGURATION_MANAGER_CLIENT_MDM
public static final MicrosoftGraphManagementAgentType CONFIGURATION_MANAGER_CLIENT_MDM
Static value configurationManagerClientMdm for MicrosoftGraphManagementAgentType.
-
CONFIGURATION_MANAGER_CLIENT_MDM_EAS
public static final MicrosoftGraphManagementAgentType CONFIGURATION_MANAGER_CLIENT_MDM_EAS
Static value configurationManagerClientMdmEas for MicrosoftGraphManagementAgentType.
-
UNKNOWN
public static final MicrosoftGraphManagementAgentType UNKNOWN
Static value unknown for MicrosoftGraphManagementAgentType.
-
JAMF
public static final MicrosoftGraphManagementAgentType JAMF
Static value jamf for MicrosoftGraphManagementAgentType.
-
GOOGLE_CLOUD_DEVICE_POLICY_CONTROLLER
public static final MicrosoftGraphManagementAgentType GOOGLE_CLOUD_DEVICE_POLICY_CONTROLLER
Static value googleCloudDevicePolicyController for MicrosoftGraphManagementAgentType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphManagementAgentType fromString(String name)
Creates or finds a MicrosoftGraphManagementAgentType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphManagementAgentType.
-
values
public static Collection<MicrosoftGraphManagementAgentType> values()
- Returns:
- known MicrosoftGraphManagementAgentType values.
-
-