Uses of Class
com.azure.resourcemanager.monitor.fluent.models.VMInsightsOnboardingStatusProperties
Packages that use VMInsightsOnboardingStatusProperties
Package
Description
Package containing the inner data models for MonitorClient.
-
Uses of VMInsightsOnboardingStatusProperties in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return VMInsightsOnboardingStatusPropertiesModifier and TypeMethodDescriptionVMInsightsOnboardingStatusProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VMInsightsOnboardingStatusProperties from the JsonReader.VMInsightsOnboardingStatusProperties.withData
(List<DataContainer> data) Set the data property: Containers that currently store VM Insights data for the specified resource.VMInsightsOnboardingStatusProperties.withDataStatus
(DataStatus dataStatus) Set the dataStatus property: The status of VM Insights data from the resource.VMInsightsOnboardingStatusProperties.withOnboardingStatus
(OnboardingStatus onboardingStatus) Set the onboardingStatus property: The onboarding status for the resource.VMInsightsOnboardingStatusProperties.withResourceId
(String resourceId) Set the resourceId property: Azure Resource Manager identifier of the resource whose onboarding status is being represented.