Microsoft.Insights vmInsightsOnboardingStatuses 2018-11-27-preview

Bicep resource definition

The vmInsightsOnboardingStatuses resource type can exist at: Resource groups

Note

This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.

Use the existing keyword.

Resource format

To create a Microsoft.Insights/vmInsightsOnboardingStatuses resource, add the following Bicep to your template.

resource symbolicname 'Microsoft.Insights/vmInsightsOnboardingStatuses@2018-11-27-preview' existing = {
  name: 'string'
}

Property values

vmInsightsOnboardingStatuses

Name Description Value
name The name of the existing resource. 'default'

ARM template resource definition

The vmInsightsOnboardingStatuses resource type can exist at: Resource groups

Note

This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.

Use the reference function.

Resource format

To create a Microsoft.Insights/vmInsightsOnboardingStatuses resource, add the following JSON to your template.

[reference(resourceId('Microsoft.Insights/vmInsightsOnboardingStatuses', '{name}'), '2018-11-27-preview')]

Property values

vmInsightsOnboardingStatuses

Name Description Value
name The name of the existing resource. 'default'

Terraform (AzAPI provider) resource definition

The vmInsightsOnboardingStatuses resource type can exist at: Resource groups

Note

This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.

Use the data keyword.

Resource format

To create a Microsoft.Insights/vmInsightsOnboardingStatuses resource, add the following Terraform to your template.

data "azapi_resource" "symbolicname" {
  type = "Microsoft.Insights/vmInsightsOnboardingStatuses@2018-11-27-preview"
  name = "string"
  parent_id = "string"
}

Property values

vmInsightsOnboardingStatuses

Name Description Value
name The name of the existing resource. "default"
parent_id To reference a resource group, use the ID of that resource group. string (required)