Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceActionResult
Packages that use MicrosoftGraphDeviceActionResult
Package
Description
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 MicrosoftGraphDeviceActionResultModifier and TypeMethodDescriptionMicrosoftGraphDeviceActionResult.withActionName(String actionName) Set the actionName property: Action name.MicrosoftGraphDeviceActionResult.withActionState(MicrosoftGraphActionState actionState) Set the actionState property: actionState.MicrosoftGraphDeviceActionResult.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Device action result.MicrosoftGraphDeviceActionResult.withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime) Set the lastUpdatedDateTime property: Time the action state was last updated.MicrosoftGraphDeviceActionResult.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 MicrosoftGraphDeviceActionResultModifier and TypeMethodDescriptionMicrosoftGraphManagedDevice.deviceActionResults()Get the deviceActionResults property: List of ComplexType deviceActionResult objects.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphDeviceActionResultModifier and TypeMethodDescriptionMicrosoftGraphManagedDevice.withDeviceActionResults(List<MicrosoftGraphDeviceActionResult> deviceActionResults) Set the deviceActionResults property: List of ComplexType deviceActionResult objects.