VMInsightsClient Interface

public interface VMInsightsClient

An instance of this class provides access to all the operations defined in VMInsightsClient.

Method Summary

Modifier and Type Method and Description
abstract VMInsightsOnboardingStatusInner getOnboardingStatus(String resourceUri)

Retrieves the VM Insights onboarding status for the specified resource or resource scope.

abstract Mono<VMInsightsOnboardingStatusInner> getOnboardingStatusAsync(String resourceUri)

Retrieves the VM Insights onboarding status for the specified resource or resource scope.

abstract Response<VMInsightsOnboardingStatusInner> getOnboardingStatusWithResponse(String resourceUri, Context context)

Retrieves the VM Insights onboarding status for the specified resource or resource scope.

abstract Mono<Response<VMInsightsOnboardingStatusInner>> getOnboardingStatusWithResponseAsync(String resourceUri)

Retrieves the VM Insights onboarding status for the specified resource or resource scope.

Method Details

getOnboardingStatus

public abstract VMInsightsOnboardingStatusInner getOnboardingStatus(String resourceUri)

Retrieves the VM Insights onboarding status for the specified resource or resource scope.

Parameters:

resourceUri - The fully qualified Azure Resource manager identifier of the resource, or scope, whose status to retrieve.

Returns:

vM Insights onboarding status for a resource.

getOnboardingStatusAsync

public abstract Mono getOnboardingStatusAsync(String resourceUri)

Retrieves the VM Insights onboarding status for the specified resource or resource scope.

Parameters:

resourceUri - The fully qualified Azure Resource manager identifier of the resource, or scope, whose status to retrieve.

Returns:

vM Insights onboarding status for a resource on successful completion of Mono.

getOnboardingStatusWithResponse

public abstract Response getOnboardingStatusWithResponse(String resourceUri, Context context)

Retrieves the VM Insights onboarding status for the specified resource or resource scope.

Parameters:

resourceUri - The fully qualified Azure Resource manager identifier of the resource, or scope, whose status to retrieve.
context - The context to associate with this operation.

Returns:

vM Insights onboarding status for a resource along with Response<T>.

getOnboardingStatusWithResponseAsync

public abstract Mono<>> getOnboardingStatusWithResponseAsync(String resourceUri)

Retrieves the VM Insights onboarding status for the specified resource or resource scope.

Parameters:

resourceUri - The fully qualified Azure Resource manager identifier of the resource, or scope, whose status to retrieve.

Returns:

vM Insights onboarding status for a resource along with Response<T> on successful completion of Mono.

Applies to