Class MicrosoftGraphConfigurationManagerClientEnabledFeatures
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphConfigurationManagerClientEnabledFeatures
configurationManagerClientEnabledFeatures
configuration Manager client enabled features.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphConfigurationManagerClientEnabledFeatures class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: configuration Manager client enabled features.Get the compliancePolicy property: Whether compliance policy is managed by Intune.Get the deviceConfiguration property: Whether device configuration is managed by Intune.Get the inventory property: Whether inventory is managed by Intune.Get the modernApps property: Whether modern application is managed by Intune.Get the resourceAccess property: Whether resource access is managed by Intune.voidvalidate()Validates the instance.Get the windowsUpdateForBusiness property: Whether Windows Update for Business is managed by Intune.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: configuration Manager client enabled features.withCompliancePolicy(Boolean compliancePolicy) Set the compliancePolicy property: Whether compliance policy is managed by Intune.withDeviceConfiguration(Boolean deviceConfiguration) Set the deviceConfiguration property: Whether device configuration is managed by Intune.withInventory(Boolean inventory) Set the inventory property: Whether inventory is managed by Intune.withModernApps(Boolean modernApps) Set the modernApps property: Whether modern application is managed by Intune.withResourceAccess(Boolean resourceAccess) Set the resourceAccess property: Whether resource access is managed by Intune.withWindowsUpdateForBusiness(Boolean windowsUpdateForBusiness) Set the windowsUpdateForBusiness property: Whether Windows Update for Business is managed by Intune.
-
Constructor Details
-
MicrosoftGraphConfigurationManagerClientEnabledFeatures
public MicrosoftGraphConfigurationManagerClientEnabledFeatures()Creates an instance of MicrosoftGraphConfigurationManagerClientEnabledFeatures class.
-
-
Method Details
-
compliancePolicy
Get the compliancePolicy property: Whether compliance policy is managed by Intune.- Returns:
- the compliancePolicy value.
-
withCompliancePolicy
public MicrosoftGraphConfigurationManagerClientEnabledFeatures withCompliancePolicy(Boolean compliancePolicy) Set the compliancePolicy property: Whether compliance policy is managed by Intune.- Parameters:
compliancePolicy- the compliancePolicy value to set.- Returns:
- the MicrosoftGraphConfigurationManagerClientEnabledFeatures object itself.
-
deviceConfiguration
Get the deviceConfiguration property: Whether device configuration is managed by Intune.- Returns:
- the deviceConfiguration value.
-
withDeviceConfiguration
public MicrosoftGraphConfigurationManagerClientEnabledFeatures withDeviceConfiguration(Boolean deviceConfiguration) Set the deviceConfiguration property: Whether device configuration is managed by Intune.- Parameters:
deviceConfiguration- the deviceConfiguration value to set.- Returns:
- the MicrosoftGraphConfigurationManagerClientEnabledFeatures object itself.
-
inventory
Get the inventory property: Whether inventory is managed by Intune.- Returns:
- the inventory value.
-
withInventory
Set the inventory property: Whether inventory is managed by Intune.- Parameters:
inventory- the inventory value to set.- Returns:
- the MicrosoftGraphConfigurationManagerClientEnabledFeatures object itself.
-
modernApps
Get the modernApps property: Whether modern application is managed by Intune.- Returns:
- the modernApps value.
-
withModernApps
Set the modernApps property: Whether modern application is managed by Intune.- Parameters:
modernApps- the modernApps value to set.- Returns:
- the MicrosoftGraphConfigurationManagerClientEnabledFeatures object itself.
-
resourceAccess
Get the resourceAccess property: Whether resource access is managed by Intune.- Returns:
- the resourceAccess value.
-
withResourceAccess
public MicrosoftGraphConfigurationManagerClientEnabledFeatures withResourceAccess(Boolean resourceAccess) Set the resourceAccess property: Whether resource access is managed by Intune.- Parameters:
resourceAccess- the resourceAccess value to set.- Returns:
- the MicrosoftGraphConfigurationManagerClientEnabledFeatures object itself.
-
windowsUpdateForBusiness
Get the windowsUpdateForBusiness property: Whether Windows Update for Business is managed by Intune.- Returns:
- the windowsUpdateForBusiness value.
-
withWindowsUpdateForBusiness
public MicrosoftGraphConfigurationManagerClientEnabledFeatures withWindowsUpdateForBusiness(Boolean windowsUpdateForBusiness) Set the windowsUpdateForBusiness property: Whether Windows Update for Business is managed by Intune.- Parameters:
windowsUpdateForBusiness- the windowsUpdateForBusiness value to set.- Returns:
- the MicrosoftGraphConfigurationManagerClientEnabledFeatures object itself.
-
additionalProperties
Get the additionalProperties property: configuration Manager client enabled features.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphConfigurationManagerClientEnabledFeatures withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: configuration Manager client enabled features.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphConfigurationManagerClientEnabledFeatures object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-