你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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<VMInsightsOnboardingStatusInner> 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<VMInsightsOnboardingStatusInner> 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<Response<VMInsightsOnboardingStatusInner>> 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