MicrosoftGraphConfigurationManagerClientEnabledFeatures Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphConfigurationManagerClientEnabledFeatures
- com.
Implements
public final class MicrosoftGraphConfigurationManagerClientEnabledFeatures
implements JsonSerializable<MicrosoftGraphConfigurationManagerClientEnabledFeatures>
configurationManagerClientEnabledFeatures configuration Manager client enabled features.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphConfigurationManagerClientEnabledFeatures() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Boolean |
compliancePolicy()
Get the compliance |
Boolean |
deviceConfiguration()
Get the device |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Boolean |
inventory()
Get the inventory property: Whether inventory is managed by Intune. |
Boolean |
modernApps()
Get the modern |
Boolean |
resourceAccess()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Boolean |
windowsUpdateForBusiness()
Get the windows |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCompliancePolicy(Boolean compliancePolicy)
Set the compliance |
Microsoft |
withDeviceConfiguration(Boolean deviceConfiguration)
Set the device |
Microsoft |
withInventory(Boolean inventory)
Set the inventory property: Whether inventory is managed by Intune. |
Microsoft |
withModernApps(Boolean modernApps)
Set the modern |
Microsoft |
withResourceAccess(Boolean resourceAccess)
Set the resource |
Microsoft |
withWindowsUpdateForBusiness(Boolean windowsUpdateForBusiness)
Set the windows |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphConfigurationManagerClientEnabledFeatures
public MicrosoftGraphConfigurationManagerClientEnabledFeatures()
Creates an instance of MicrosoftGraphConfigurationManagerClientEnabledFeatures class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: configuration Manager client enabled features.
Returns:
compliancePolicy
public Boolean compliancePolicy()
Get the compliancePolicy property: Whether compliance policy is managed by Intune.
Returns:
deviceConfiguration
public Boolean deviceConfiguration()
Get the deviceConfiguration property: Whether device configuration is managed by Intune.
Returns:
fromJson
public static MicrosoftGraphConfigurationManagerClientEnabledFeatures fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphConfigurationManagerClientEnabledFeatures from the JsonReader.
Parameters:
Returns:
Throws:
inventory
public Boolean inventory()
Get the inventory property: Whether inventory is managed by Intune.
Returns:
modernApps
public Boolean modernApps()
Get the modernApps property: Whether modern application is managed by Intune.
Returns:
resourceAccess
public Boolean resourceAccess()
Get the resourceAccess property: Whether resource access is managed by Intune.
Returns:
toJson
validate
public void validate()
Validates the instance.
windowsUpdateForBusiness
public Boolean windowsUpdateForBusiness()
Get the windowsUpdateForBusiness property: Whether Windows Update for Business is managed by Intune.
Returns:
withAdditionalProperties
public MicrosoftGraphConfigurationManagerClientEnabledFeatures withAdditionalProperties(Map
Set the additionalProperties property: configuration Manager client enabled features.
Parameters:
Returns:
withCompliancePolicy
public MicrosoftGraphConfigurationManagerClientEnabledFeatures withCompliancePolicy(Boolean compliancePolicy)
Set the compliancePolicy property: Whether compliance policy is managed by Intune.
Parameters:
Returns:
withDeviceConfiguration
public MicrosoftGraphConfigurationManagerClientEnabledFeatures withDeviceConfiguration(Boolean deviceConfiguration)
Set the deviceConfiguration property: Whether device configuration is managed by Intune.
Parameters:
Returns:
withInventory
public MicrosoftGraphConfigurationManagerClientEnabledFeatures withInventory(Boolean inventory)
Set the inventory property: Whether inventory is managed by Intune.
Parameters:
Returns:
withModernApps
public MicrosoftGraphConfigurationManagerClientEnabledFeatures withModernApps(Boolean modernApps)
Set the modernApps property: Whether modern application is managed by Intune.
Parameters:
Returns:
withResourceAccess
public MicrosoftGraphConfigurationManagerClientEnabledFeatures withResourceAccess(Boolean resourceAccess)
Set the resourceAccess property: Whether resource access is managed by Intune.
Parameters:
Returns:
withWindowsUpdateForBusiness
public MicrosoftGraphConfigurationManagerClientEnabledFeatures withWindowsUpdateForBusiness(Boolean windowsUpdateForBusiness)
Set the windowsUpdateForBusiness property: Whether Windows Update for Business is managed by Intune.
Parameters:
Returns:
Applies to
Azure SDK for Java