Uses of Class
com.azure.resourcemanager.monitor.fluent.models.VMInsightsOnboardingStatusInner
Packages that use VMInsightsOnboardingStatusInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
-
Uses of VMInsightsOnboardingStatusInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return VMInsightsOnboardingStatusInnerModifier and TypeMethodDescriptionVMInsightsClient.getOnboardingStatus
(String resourceUri) Retrieves the VM Insights onboarding status for the specified resource or resource scope.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type VMInsightsOnboardingStatusInnerModifier and TypeMethodDescriptionVMInsightsClient.getOnboardingStatusAsync
(String resourceUri) Retrieves the VM Insights onboarding status for the specified resource or resource scope.com.azure.core.http.rest.Response
<VMInsightsOnboardingStatusInner> VMInsightsClient.getOnboardingStatusWithResponse
(String resourceUri, com.azure.core.util.Context context) Retrieves the VM Insights onboarding status for the specified resource or resource scope.Mono
<com.azure.core.http.rest.Response<VMInsightsOnboardingStatusInner>> VMInsightsClient.getOnboardingStatusWithResponseAsync
(String resourceUri) Retrieves the VM Insights onboarding status for the specified resource or resource scope. -
Uses of VMInsightsOnboardingStatusInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return VMInsightsOnboardingStatusInnerModifier and TypeMethodDescriptionVMInsightsOnboardingStatusInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VMInsightsOnboardingStatusInner from the JsonReader.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.