vm_insights_onboarding_status
Creates, updates, deletes, gets or lists a vm_insights_onboarding_status
resource.
Overview
Name | vm_insights_onboarding_status |
Type | Resource |
Id | azure.monitor.vm_insights_onboarding_status |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Azure resource Id |
name | string | Azure resource name |
properties | object | Resource properties. |
type | string | Azure resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | resourceUri | Retrieves the VM Insights onboarding status for the specified resource or resource scope. |
SELECT
examples
Retrieves the VM Insights onboarding status for the specified resource or resource scope.
SELECT
id,
name,
properties,
type
FROM azure.monitor.vm_insights_onboarding_status
WHERE resourceUri = '{{ resourceUri }}';