Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceCompliancePolicySettingState
Packages that use MicrosoftGraphDeviceCompliancePolicySettingState
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphDeviceCompliancePolicySettingState in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDeviceCompliancePolicySettingStateModifier and TypeMethodDescriptionMicrosoftGraphDeviceCompliancePolicySettingState.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Device Compilance Policy Setting State for a given device.MicrosoftGraphDeviceCompliancePolicySettingState.withCurrentValue(String currentValue) Set the currentValue property: Current value of setting on device.MicrosoftGraphDeviceCompliancePolicySettingState.withErrorCode(Long errorCode) Set the errorCode property: Error code for the setting.MicrosoftGraphDeviceCompliancePolicySettingState.withErrorDescription(String errorDescription) Set the errorDescription property: Error description.MicrosoftGraphDeviceCompliancePolicySettingState.withInstanceDisplayName(String instanceDisplayName) Set the instanceDisplayName property: Name of setting instance that is being reported.MicrosoftGraphDeviceCompliancePolicySettingState.withSetting(String setting) Set the setting property: The setting that is being reported.MicrosoftGraphDeviceCompliancePolicySettingState.withSettingName(String settingName) Set the settingName property: Localized/user friendly setting name that is being reported.MicrosoftGraphDeviceCompliancePolicySettingState.withSources(List<MicrosoftGraphSettingSource> sources) Set the sources property: Contributing policies.MicrosoftGraphDeviceCompliancePolicySettingState.withState(MicrosoftGraphComplianceStatus state) Set the state property: complianceStatus.MicrosoftGraphDeviceCompliancePolicySettingState.withUserEmail(String userEmail) Set the userEmail property: UserEmail.MicrosoftGraphDeviceCompliancePolicySettingState.withUserId(String userId) Set the userId property: UserId.MicrosoftGraphDeviceCompliancePolicySettingState.withUsername(String username) Set the username property: UserName.MicrosoftGraphDeviceCompliancePolicySettingState.withUserPrincipalName(String userPrincipalName) Set the userPrincipalName property: UserPrincipalName.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphDeviceCompliancePolicySettingStateModifier and TypeMethodDescriptionMicrosoftGraphDeviceCompliancePolicyState.settingStates()Get the settingStates property: The settingStates property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphDeviceCompliancePolicySettingStateModifier and TypeMethodDescriptionMicrosoftGraphDeviceCompliancePolicyState.withSettingStates(List<MicrosoftGraphDeviceCompliancePolicySettingState> settingStates) Set the settingStates property: The settingStates property.