Uses of Class
com.azure.resourcemanager.monitor.fluent.models.VMInsightsOnboardingStatusInner
-
Packages that use VMInsightsOnboardingStatusInner Package Description com.azure.resourcemanager.monitor.fluent Package containing the service clients for MonitorClient.com.azure.resourcemanager.monitor.fluent.models 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 VMInsightsOnboardingStatusInner Modifier and Type Method Description VMInsightsOnboardingStatusInnerVMInsightsClient. 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 VMInsightsOnboardingStatusInner Modifier and Type Method Description Mono<VMInsightsOnboardingStatusInner>VMInsightsClient. 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 VMInsightsOnboardingStatusInner Modifier and Type Method Description VMInsightsOnboardingStatusInnerVMInsightsOnboardingStatusInner. withData(List<DataContainer> data)Set the data property: Containers that currently store VM Insights data for the specified resource.VMInsightsOnboardingStatusInnerVMInsightsOnboardingStatusInner. withDataStatus(DataStatus dataStatus)Set the dataStatus property: The status of VM Insights data from the resource.VMInsightsOnboardingStatusInnerVMInsightsOnboardingStatusInner. withOnboardingStatus(OnboardingStatus onboardingStatus)Set the onboardingStatus property: The onboarding status for the resource.VMInsightsOnboardingStatusInnerVMInsightsOnboardingStatusInner. withResourceId(String resourceId)Set the resourceId property: Azure Resource Manager identifier of the resource whose onboarding status is being represented.
-