VMInsightsOnboardingStatus Constructors
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.
Overloads
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. |
VMInsightsOnboardingStatus()
Initializes a new instance of the VMInsightsOnboardingStatus class.
public VMInsightsOnboardingStatus ();
Public Sub New ()
Applies to
VMInsightsOnboardingStatus(String, String, String, String, String, String, IList<DataContainer>)
Initializes a new instance of the VMInsightsOnboardingStatus class.
public VMInsightsOnboardingStatus (string resourceId, string onboardingStatus, string dataStatus, string id = default, string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.DataContainer> data = default);
new Microsoft.Azure.Management.Monitor.Models.VMInsightsOnboardingStatus : string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.DataContainer> -> Microsoft.Azure.Management.Monitor.Models.VMInsightsOnboardingStatus
Public Sub New (resourceId As String, onboardingStatus As String, dataStatus As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional data As IList(Of DataContainer) = Nothing)
Parameters
- resourceId
- String
Azure Resource Manager identifier of the resource whose onboarding status is being represented.
- onboardingStatus
- String
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'
- dataStatus
- String
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
- String
Azure resource Id
- name
- String
Azure resource name
- type
- String
Azure resource type
- data
- IList<DataContainer>
Containers that currently store VM Insights data for the specified resource.
Applies to
Azure SDK for .NET