public class VMInsightsOnboardingStatusInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
VMInsightsOnboardingStatusInner() |
| Modifier and Type | Method and Description |
|---|---|
List<DataContainer> |
data()
Get the data property: Containers that currently store VM Insights data for the specified resource.
|
DataStatus |
dataStatus()
Get the dataStatus property: The status of VM Insights data from the resource.
|
OnboardingStatus |
onboardingStatus()
Get the onboardingStatus property: The onboarding status for the resource.
|
String |
resourceId()
Get the resourceId property: Azure Resource Manager identifier of the resource whose onboarding status is being
represented.
|
void |
validate()
Validates the instance.
|
VMInsightsOnboardingStatusInner |
withData(List<DataContainer> data)
Set the data property: Containers that currently store VM Insights data for the specified resource.
|
VMInsightsOnboardingStatusInner |
withDataStatus(DataStatus dataStatus)
Set the dataStatus property: The status of VM Insights data from the resource.
|
VMInsightsOnboardingStatusInner |
withOnboardingStatus(OnboardingStatus onboardingStatus)
Set the onboardingStatus property: The onboarding status for the resource.
|
VMInsightsOnboardingStatusInner |
withResourceId(String resourceId)
Set the resourceId property: Azure Resource Manager identifier of the resource whose onboarding status is being
represented.
|
public String resourceId()
public VMInsightsOnboardingStatusInner withResourceId(String resourceId)
resourceId - the resourceId value to set.public OnboardingStatus onboardingStatus()
public VMInsightsOnboardingStatusInner withOnboardingStatus(OnboardingStatus onboardingStatus)
onboardingStatus - the onboardingStatus value to set.public DataStatus dataStatus()
public VMInsightsOnboardingStatusInner withDataStatus(DataStatus dataStatus)
dataStatus - the dataStatus value to set.public List<DataContainer> data()
public VMInsightsOnboardingStatusInner withData(List<DataContainer> data)
data - the data value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.