public interface ManagedInstanceOperationsClient
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(String resourceGroupName,
String managedInstanceName,
UUID operationId)
Cancels the asynchronous operation on the managed instance.
|
Mono<Void> |
cancelAsync(String resourceGroupName,
String managedInstanceName,
UUID operationId)
Cancels the asynchronous operation on the managed instance.
|
com.azure.core.http.rest.Response<Void> |
cancelWithResponse(String resourceGroupName,
String managedInstanceName,
UUID operationId,
com.azure.core.util.Context context)
Cancels the asynchronous operation on the managed instance.
|
Mono<com.azure.core.http.rest.Response<Void>> |
cancelWithResponseAsync(String resourceGroupName,
String managedInstanceName,
UUID operationId)
Cancels the asynchronous operation on the managed instance.
|
ManagedInstanceOperationInner |
get(String resourceGroupName,
String managedInstanceName,
UUID operationId)
Gets a management operation on a managed instance.
|
Mono<ManagedInstanceOperationInner> |
getAsync(String resourceGroupName,
String managedInstanceName,
UUID operationId)
Gets a management operation on a managed instance.
|
com.azure.core.http.rest.Response<ManagedInstanceOperationInner> |
getWithResponse(String resourceGroupName,
String managedInstanceName,
UUID operationId,
com.azure.core.util.Context context)
Gets a management operation on a managed instance.
|
Mono<com.azure.core.http.rest.Response<ManagedInstanceOperationInner>> |
getWithResponseAsync(String resourceGroupName,
String managedInstanceName,
UUID operationId)
Gets a management operation on a managed instance.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceOperationInner> |
listByManagedInstance(String resourceGroupName,
String managedInstanceName)
Gets a list of operations performed on the managed instance.
|
com.azure.core.http.rest.PagedIterable<ManagedInstanceOperationInner> |
listByManagedInstance(String resourceGroupName,
String managedInstanceName,
com.azure.core.util.Context context)
Gets a list of operations performed on the managed instance.
|
com.azure.core.http.rest.PagedFlux<ManagedInstanceOperationInner> |
listByManagedInstanceAsync(String resourceGroupName,
String managedInstanceName)
Gets a list of operations performed on the managed instance.
|
Mono<com.azure.core.http.rest.Response<Void>> cancelWithResponseAsync(String resourceGroupName, String managedInstanceName, UUID operationId)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.operationId - The operationId parameter.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<Void> cancelAsync(String resourceGroupName, String managedInstanceName, UUID operationId)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.operationId - The operationId parameter.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.void cancel(String resourceGroupName, String managedInstanceName, UUID operationId)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.operationId - The operationId parameter.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<Void> cancelWithResponse(String resourceGroupName, String managedInstanceName, UUID operationId, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.operationId - The operationId parameter.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.com.azure.core.http.rest.PagedFlux<ManagedInstanceOperationInner> listByManagedInstanceAsync(String resourceGroupName, String managedInstanceName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.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.PagedIterable<ManagedInstanceOperationInner> listByManagedInstance(String resourceGroupName, String managedInstanceName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.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.PagedIterable<ManagedInstanceOperationInner> listByManagedInstance(String resourceGroupName, String managedInstanceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.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.Mono<com.azure.core.http.rest.Response<ManagedInstanceOperationInner>> getWithResponseAsync(String resourceGroupName, String managedInstanceName, UUID operationId)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.operationId - The operationId parameter.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<ManagedInstanceOperationInner> getAsync(String resourceGroupName, String managedInstanceName, UUID operationId)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.operationId - The operationId parameter.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.ManagedInstanceOperationInner get(String resourceGroupName, String managedInstanceName, UUID operationId)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.operationId - The operationId parameter.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<ManagedInstanceOperationInner> getWithResponse(String resourceGroupName, String managedInstanceName, UUID operationId, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.managedInstanceName - The name of the managed instance.operationId - The operationId parameter.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.