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>
managementAgentType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphManagementAgentTypeStatic value configurationManagerClient for MicrosoftGraphManagementAgentType.static final MicrosoftGraphManagementAgentTypeStatic value configurationManagerClientMdm for MicrosoftGraphManagementAgentType.static final MicrosoftGraphManagementAgentTypeStatic value configurationManagerClientMdmEas for MicrosoftGraphManagementAgentType.static final MicrosoftGraphManagementAgentTypeStatic value eas for MicrosoftGraphManagementAgentType.static final MicrosoftGraphManagementAgentTypeStatic value easIntuneClient for MicrosoftGraphManagementAgentType.static final MicrosoftGraphManagementAgentTypeStatic value easMdm for MicrosoftGraphManagementAgentType.static final MicrosoftGraphManagementAgentTypeStatic value googleCloudDevicePolicyController for MicrosoftGraphManagementAgentType.static final MicrosoftGraphManagementAgentTypeStatic value intuneClient for MicrosoftGraphManagementAgentType.static final MicrosoftGraphManagementAgentTypeStatic value jamf for MicrosoftGraphManagementAgentType.static final MicrosoftGraphManagementAgentTypeStatic value mdm for MicrosoftGraphManagementAgentType.static final MicrosoftGraphManagementAgentTypeStatic value unknown for MicrosoftGraphManagementAgentType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphManagementAgentType from its string representation.values()Gets known MicrosoftGraphManagementAgentType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
EAS
Static value eas for MicrosoftGraphManagementAgentType. -
MDM
Static value mdm for MicrosoftGraphManagementAgentType. -
EAS_MDM
Static value easMdm for MicrosoftGraphManagementAgentType. -
INTUNE_CLIENT
Static value intuneClient for MicrosoftGraphManagementAgentType. -
EAS_INTUNE_CLIENT
Static value easIntuneClient for MicrosoftGraphManagementAgentType. -
CONFIGURATION_MANAGER_CLIENT
Static value configurationManagerClient for MicrosoftGraphManagementAgentType. -
CONFIGURATION_MANAGER_CLIENT_MDM
Static value configurationManagerClientMdm for MicrosoftGraphManagementAgentType. -
CONFIGURATION_MANAGER_CLIENT_MDM_EAS
Static value configurationManagerClientMdmEas for MicrosoftGraphManagementAgentType. -
UNKNOWN
Static value unknown for MicrosoftGraphManagementAgentType. -
JAMF
Static value jamf for MicrosoftGraphManagementAgentType. -
GOOGLE_CLOUD_DEVICE_POLICY_CONTROLLER
Static value googleCloudDevicePolicyController for MicrosoftGraphManagementAgentType.
-
-
Constructor Details
-
MicrosoftGraphManagementAgentType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphManagementAgentType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphManagementAgentType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphManagementAgentType.
-
values
Gets known MicrosoftGraphManagementAgentType values.- Returns:
- known MicrosoftGraphManagementAgentType values.
-
fromString(String)factory method.