public interface VMInsightsClient
| Modifier and Type | Method and Description |
|---|---|
VMInsightsOnboardingStatusInner |
getOnboardingStatus(String resourceUri)
Retrieves the VM Insights onboarding status for the specified resource or resource scope.
|
Mono<VMInsightsOnboardingStatusInner> |
getOnboardingStatusAsync(String resourceUri)
Retrieves the VM Insights onboarding status for the specified resource or resource scope.
|
com.azure.core.http.rest.Response<VMInsightsOnboardingStatusInner> |
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>> |
getOnboardingStatusWithResponseAsync(String resourceUri)
Retrieves the VM Insights onboarding status for the specified resource or resource scope.
|
Mono<com.azure.core.http.rest.Response<VMInsightsOnboardingStatusInner>> getOnboardingStatusWithResponseAsync(String resourceUri)
resourceUri - The fully qualified Azure Resource manager identifier of the resource, or scope, whose status
to retrieve.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VMInsightsOnboardingStatusInner> getOnboardingStatusAsync(String resourceUri)
resourceUri - The fully qualified Azure Resource manager identifier of the resource, or scope, whose status
to retrieve.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VMInsightsOnboardingStatusInner getOnboardingStatus(String resourceUri)
resourceUri - The fully qualified Azure Resource manager identifier of the resource, or scope, whose status
to retrieve.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VMInsightsOnboardingStatusInner> getOnboardingStatusWithResponse(String resourceUri, com.azure.core.util.Context context)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.