ArmMonitorModelFactory.VmInsightsOnboardingStatusData Method
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.
Initializes a new instance of VmInsightsOnboardingStatusData.
public static Azure.ResourceManager.Monitor.VmInsightsOnboardingStatusData VmInsightsOnboardingStatusData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier resourceId = default, Azure.ResourceManager.Monitor.Models.OnboardingStatus? onboardingStatus = default, Azure.ResourceManager.Monitor.Models.DataStatus? dataStatus = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Monitor.Models.DataContainer> data = default);
static member VmInsightsOnboardingStatusData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Monitor.Models.OnboardingStatus> * Nullable<Azure.ResourceManager.Monitor.Models.DataStatus> * seq<Azure.ResourceManager.Monitor.Models.DataContainer> -> Azure.ResourceManager.Monitor.VmInsightsOnboardingStatusData
Public Shared Function VmInsightsOnboardingStatusData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional onboardingStatus As Nullable(Of OnboardingStatus) = Nothing, Optional dataStatus As Nullable(Of DataStatus) = Nothing, Optional data As IEnumerable(Of DataContainer) = Nothing) As VmInsightsOnboardingStatusData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- resourceId
- ResourceIdentifier
Azure Resource Manager identifier of the resource whose onboarding status is being represented.
- onboardingStatus
- Nullable<OnboardingStatus>
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.
- dataStatus
- Nullable<DataStatus>
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.
- data
- IEnumerable<DataContainer>
Containers that currently store VM Insights data for the specified resource.
Returns
A new VmInsightsOnboardingStatusData instance for mocking.
Applies to
Azure SDK for .NET