Skip to main content

session_host_managements_update_status

Creates, updates, deletes, gets or lists a session_host_managements_update_status resource.

Overview

Namesession_host_managements_update_status
TypeResource
Idazure.desktop_virtualization.session_host_managements_update_status

Fields

NameDatatypeDescription
idtextFully qualified ID for the async operation.
nametextName of the async operation.
correlation_idtextfield from the properties object
end_timetextfield from the properties object
errortextThe error detail.
hostPoolNametextfield from the properties object
percent_completetextfield from the properties object
progresstextfield from the properties object
resourceGroupNametextfield from the properties object
scheduled_date_timetextfield from the properties object
session_host_managementtextfield from the properties object
start_timetextfield from the properties object
statustextOperation status. Current defined values are < Error | Scheduled | UpdatingSessionHosts | ValidatingSessionHostUpdate | Paused | Pausing | Cancelling > | Succeeded | Failed | Canceled
subscriptionIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECThostPoolName, resourceGroupName, subscriptionIdGet the session host update status for a given hostpool.

SELECT examples

Get the session host update status for a given hostpool.

SELECT
id,
name,
correlation_id,
end_time,
error,
hostPoolName,
percent_complete,
progress,
resourceGroupName,
scheduled_date_time,
session_host_management,
start_time,
status,
subscriptionId
FROM azure.desktop_virtualization.vw_session_host_managements_update_status
WHERE hostPoolName = '{{ hostPoolName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';