Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceActionResult
-
Packages that use MicrosoftGraphDeviceActionResult Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphDeviceActionResult in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDeviceActionResult Modifier and Type Method Description MicrosoftGraphDeviceActionResultMicrosoftGraphDeviceActionResult. withActionName(String actionName)Set the actionName property: Action name.MicrosoftGraphDeviceActionResultMicrosoftGraphDeviceActionResult. withActionState(MicrosoftGraphActionState actionState)Set the actionState property: The actionState property.MicrosoftGraphDeviceActionResultMicrosoftGraphDeviceActionResult. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Device action result.MicrosoftGraphDeviceActionResultMicrosoftGraphDeviceActionResult. withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)Set the lastUpdatedDateTime property: Time the action state was last updated.MicrosoftGraphDeviceActionResultMicrosoftGraphDeviceActionResult. withStartDateTime(OffsetDateTime startDateTime)Set the startDateTime property: Time the action was initiated.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphDeviceActionResult Modifier and Type Method Description List<MicrosoftGraphDeviceActionResult>MicrosoftGraphManagedDevice. deviceActionResults()Get the deviceActionResults property: List of ComplexType deviceActionResult objects.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphDeviceActionResult Modifier and Type Method Description MicrosoftGraphManagedDeviceMicrosoftGraphManagedDevice. withDeviceActionResults(List<MicrosoftGraphDeviceActionResult> deviceActionResults)Set the deviceActionResults property: List of ComplexType deviceActionResult objects.
-