Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceConfigurationState
Packages that use MicrosoftGraphDeviceConfigurationState
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphDeviceConfigurationState in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDeviceConfigurationStateModifier and TypeMethodDescriptionMicrosoftGraphDeviceConfigurationState.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Device Configuration State for a given device.MicrosoftGraphDeviceConfigurationState.withDisplayName(String displayName) Set the displayName property: The name of the policy for this policyBase.Set the id property: Read-only.MicrosoftGraphDeviceConfigurationState.withPlatformType(MicrosoftGraphPolicyPlatformType platformType) Set the platformType property: policyPlatformType.MicrosoftGraphDeviceConfigurationState.withSettingCount(Integer settingCount) Set the settingCount property: Count of how many setting a policy holds.MicrosoftGraphDeviceConfigurationState.withSettingStates(List<MicrosoftGraphDeviceConfigurationSettingState> settingStates) Set the settingStates property: The settingStates property.MicrosoftGraphDeviceConfigurationState.withState(MicrosoftGraphComplianceStatus state) Set the state property: complianceStatus.MicrosoftGraphDeviceConfigurationState.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 MicrosoftGraphDeviceConfigurationStateModifier and TypeMethodDescriptionMicrosoftGraphManagedDevice.deviceConfigurationStates()Get the deviceConfigurationStates property: Device configuration states for this device.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphDeviceConfigurationStateModifier and TypeMethodDescriptionMicrosoftGraphManagedDevice.withDeviceConfigurationStates(List<MicrosoftGraphDeviceConfigurationState> deviceConfigurationStates) Set the deviceConfigurationStates property: Device configuration states for this device.