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