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 MicrosoftGraphDeviceActionResult
MicrosoftGraphDeviceActionResult. withActionName(String actionName)
Set the actionName property: Action name.MicrosoftGraphDeviceActionResult
MicrosoftGraphDeviceActionResult. withActionState(MicrosoftGraphActionState actionState)
Set the actionState property: The actionState property.MicrosoftGraphDeviceActionResult
MicrosoftGraphDeviceActionResult. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Device action result.MicrosoftGraphDeviceActionResult
MicrosoftGraphDeviceActionResult. withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
Set the lastUpdatedDateTime property: Time the action state was last updated.MicrosoftGraphDeviceActionResult
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 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 MicrosoftGraphManagedDevice
MicrosoftGraphManagedDevice. withDeviceActionResults(List<MicrosoftGraphDeviceActionResult> deviceActionResults)
Set the deviceActionResults property: List of ComplexType deviceActionResult objects.
-