Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceCompliancePolicyState
Packages that use MicrosoftGraphDeviceCompliancePolicyState
Package
Description
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 MicrosoftGraphDeviceCompliancePolicyStateModifier and TypeMethodDescriptionMicrosoftGraphDeviceCompliancePolicyState.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Device Compliance Policy State for a given device.MicrosoftGraphDeviceCompliancePolicyState.withDisplayName(String displayName) Set the displayName property: The name of the policy for this policyBase.Set the id property: Read-only.MicrosoftGraphDeviceCompliancePolicyState.withPlatformType(MicrosoftGraphPolicyPlatformType platformType) Set the platformType property: policyPlatformType.MicrosoftGraphDeviceCompliancePolicyState.withSettingCount(Integer settingCount) Set the settingCount property: Count of how many setting a policy holds.MicrosoftGraphDeviceCompliancePolicyState.withSettingStates(List<MicrosoftGraphDeviceCompliancePolicySettingState> settingStates) Set the settingStates property: The settingStates property.MicrosoftGraphDeviceCompliancePolicyState.withState(MicrosoftGraphComplianceStatus state) Set the state property: complianceStatus.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 MicrosoftGraphDeviceCompliancePolicyStateModifier and TypeMethodDescriptionMicrosoftGraphManagedDevice.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 MicrosoftGraphDeviceCompliancePolicyStateModifier and TypeMethodDescriptionMicrosoftGraphManagedDevice.withDeviceCompliancePolicyStates(List<MicrosoftGraphDeviceCompliancePolicyState> deviceCompliancePolicyStates) Set the deviceCompliancePolicyStates property: Device compliance policy states for this device.