VMInsightsOnboardingStatus Class

Definition

VM Insights onboarding status for a resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VMInsightsOnboardingStatus : Microsoft.Azure.Management.Monitor.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VMInsightsOnboardingStatus = class
    inherit ProxyResource
Public Class VMInsightsOnboardingStatus
Inherits ProxyResource
Inheritance
VMInsightsOnboardingStatus
Attributes

Constructors

VMInsightsOnboardingStatus()

Initializes a new instance of the VMInsightsOnboardingStatus class.

VMInsightsOnboardingStatus(String, String, String, String, String, String, IList<DataContainer>)

Initializes a new instance of the VMInsightsOnboardingStatus class.

Properties

Data

Gets or sets containers that currently store VM Insights data for the specified resource.

DataStatus

Gets or sets the status of VM Insights data from the resource. When reported as present the data array will contain information about the data containers to which data for the specified resource is being routed. Possible values include: 'present', 'notPresent'

Id

Gets azure resource Id

(Inherited from ProxyResource)
Name

Gets azure resource name

(Inherited from ProxyResource)
OnboardingStatus

Gets or sets the onboarding status for the resource. Note that, a higher level scope, e.g., resource group or subscription, is considered onboarded if at least one resource under it is onboarded. Possible values include: 'onboarded', 'notOnboarded', 'unknown'

ResourceId

Gets or sets azure Resource Manager identifier of the resource whose onboarding status is being represented.

Type

Gets azure resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to