Skip to main content

vm_insights_onboarding_status

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

Overview

Namevm_insights_onboarding_status
TypeResource
Idazure.monitor.vm_insights_onboarding_status

Fields

NameDatatypeDescription
idstringAzure resource Id
namestringAzure resource name
propertiesobjectResource properties.
typestringAzure resource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceUriRetrieves 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 }}';