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
VMInsights |
getOnboardingStatus(String resourceUri)
Retrieves the VM Insights onboarding status for the specified resource or resource scope. |
abstract
Mono<VMInsights |
getOnboardingStatusAsync(String resourceUri)
Retrieves the VM Insights onboarding status for the specified resource or resource scope. |
abstract
Response<VMInsights |
getOnboardingStatusWithResponse(String resourceUri, Context context)
Retrieves the VM Insights onboarding status for the specified resource or resource scope. |
abstract
Mono<Response<VMInsights |
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:
Returns:
getOnboardingStatusAsync
public abstract Mono
Retrieves the VM Insights onboarding status for the specified resource or resource scope.
Parameters:
Returns:
getOnboardingStatusWithResponse
public abstract Response
Retrieves the VM Insights onboarding status for the specified resource or resource scope.
Parameters:
Returns:
getOnboardingStatusWithResponseAsync
public abstract Mono
Retrieves the VM Insights onboarding status for the specified resource or resource scope.
Parameters:
Returns:
Applies to
Azure SDK for Java