Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceConfigurationState
-
Packages that use MicrosoftGraphDeviceConfigurationState Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphDeviceConfigurationState Modifier and Type Method Description MicrosoftGraphDeviceConfigurationState
MicrosoftGraphDeviceConfigurationState. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Device Configuration State for a given device.MicrosoftGraphDeviceConfigurationState
MicrosoftGraphDeviceConfigurationState. withDisplayName(String displayName)
Set the displayName property: The name of the policy for this policyBase.MicrosoftGraphDeviceConfigurationState
MicrosoftGraphDeviceConfigurationState. withId(String id)
Set the id property: Read-only.MicrosoftGraphDeviceConfigurationState
MicrosoftGraphDeviceConfigurationState. withPlatformType(MicrosoftGraphPolicyPlatformType platformType)
Set the platformType property: The platformType property.MicrosoftGraphDeviceConfigurationState
MicrosoftGraphDeviceConfigurationState. withSettingCount(Integer settingCount)
Set the settingCount property: Count of how many setting a policy holds.MicrosoftGraphDeviceConfigurationState
MicrosoftGraphDeviceConfigurationState. withSettingStates(List<MicrosoftGraphDeviceConfigurationSettingState> settingStates)
Set the settingStates property: The settingStates property.MicrosoftGraphDeviceConfigurationState
MicrosoftGraphDeviceConfigurationState. withState(MicrosoftGraphComplianceStatus state)
Set the state property: The state property.MicrosoftGraphDeviceConfigurationState
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 MicrosoftGraphDeviceConfigurationState Modifier and Type Method Description List<MicrosoftGraphDeviceConfigurationState>
MicrosoftGraphManagedDevice. 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 MicrosoftGraphDeviceConfigurationState Modifier and Type Method Description MicrosoftGraphManagedDevice
MicrosoftGraphManagedDevice. withDeviceConfigurationStates(List<MicrosoftGraphDeviceConfigurationState> deviceConfigurationStates)
Set the deviceConfigurationStates property: Device configuration states for this device.
-