VMInsightsOnboardingStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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 |
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
Azure SDK for .NET