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

The following fields are returned by SELECT queries:

The operation completed successfully.

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

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectresourceUriRetrieves the VM Insights onboarding status for the specified resource or resource scope.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
resourceUristringThe fully qualified Azure Resource manager identifier of the resource, or scope, whose status to retrieve.

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 }}' -- required
;