Skip to main content

managed_clusters_command_results

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

Overview

Namemanaged_clusters_command_results
TypeResource
Idazure.aks.managed_clusters_command_results

Fields

NameDatatypeDescription
idtextThe command id.
commandIdtextfield from the properties object
exit_codetextfield from the properties object
finished_attextfield from the properties object
logstextfield from the properties object
provisioning_statetextfield from the properties object
reasontextfield from the properties object
resourceGroupNametextfield from the properties object
resourceNametextfield from the properties object
started_attextfield from the properties object
subscriptionIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTcommandId, resourceGroupName, resourceName, subscriptionId

SELECT examples

SELECT
id,
commandId,
exit_code,
finished_at,
logs,
provisioning_state,
reason,
resourceGroupName,
resourceName,
started_at,
subscriptionId
FROM azure.aks.vw_managed_clusters_command_results
WHERE commandId = '{{ commandId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';