Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceCompliancePolicyState
-
Packages that use MicrosoftGraphDeviceCompliancePolicyState Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphDeviceCompliancePolicyState in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDeviceCompliancePolicyState Modifier and Type Method Description MicrosoftGraphDeviceCompliancePolicyState
MicrosoftGraphDeviceCompliancePolicyState. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Device Compliance Policy State for a given device.MicrosoftGraphDeviceCompliancePolicyState
MicrosoftGraphDeviceCompliancePolicyState. withDisplayName(String displayName)
Set the displayName property: The name of the policy for this policyBase.MicrosoftGraphDeviceCompliancePolicyState
MicrosoftGraphDeviceCompliancePolicyState. withId(String id)
Set the id property: Read-only.MicrosoftGraphDeviceCompliancePolicyState
MicrosoftGraphDeviceCompliancePolicyState. withPlatformType(MicrosoftGraphPolicyPlatformType platformType)
Set the platformType property: The platformType property.MicrosoftGraphDeviceCompliancePolicyState
MicrosoftGraphDeviceCompliancePolicyState. withSettingCount(Integer settingCount)
Set the settingCount property: Count of how many setting a policy holds.MicrosoftGraphDeviceCompliancePolicyState
MicrosoftGraphDeviceCompliancePolicyState. withSettingStates(List<MicrosoftGraphDeviceCompliancePolicySettingState> settingStates)
Set the settingStates property: The settingStates property.MicrosoftGraphDeviceCompliancePolicyState
MicrosoftGraphDeviceCompliancePolicyState. withState(MicrosoftGraphComplianceStatus state)
Set the state property: The state property.MicrosoftGraphDeviceCompliancePolicyState
MicrosoftGraphDeviceCompliancePolicyState. withVersion(Integer version)
Set the version property: The version of the policy.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphDeviceCompliancePolicyState Modifier and Type Method Description List<MicrosoftGraphDeviceCompliancePolicyState>
MicrosoftGraphManagedDevice. deviceCompliancePolicyStates()
Get the deviceCompliancePolicyStates property: Device compliance policy states for this device.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphDeviceCompliancePolicyState Modifier and Type Method Description MicrosoftGraphManagedDevice
MicrosoftGraphManagedDevice. withDeviceCompliancePolicyStates(List<MicrosoftGraphDeviceCompliancePolicyState> deviceCompliancePolicyStates)
Set the deviceCompliancePolicyStates property: Device compliance policy states for this device.
-