ManagedInstanceOperationsClient Interface
public interface ManagedInstanceOperationsClient
An instance of this class provides access to all the operations defined in ManagedInstanceOperationsClient.
Method Summary
Method Details
cancel
public abstract void cancel(String resourceGroupName, String managedInstanceName, UUID operationId)
Cancels the asynchronous operation on the managed instance.
Parameters:
cancelAsync
public abstract Mono
Cancels the asynchronous operation on the managed instance.
Parameters:
Returns:
cancelWithResponse
public abstract Response
Cancels the asynchronous operation on the managed instance.
Parameters:
Returns:
cancelWithResponseAsync
public abstract Mono
Cancels the asynchronous operation on the managed instance.
Parameters:
Returns:
get
public abstract ManagedInstanceOperationInner get(String resourceGroupName, String managedInstanceName, UUID operationId)
Gets a management operation on a managed instance.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a management operation on a managed instance.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a management operation on a managed instance.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a management operation on a managed instance.
Parameters:
Returns:
listByManagedInstance
public abstract PagedIterable
Gets a list of operations performed on the managed instance.
Parameters:
Returns:
listByManagedInstance
public abstract PagedIterable
Gets a list of operations performed on the managed instance.
Parameters:
Returns:
listByManagedInstanceAsync
public abstract PagedFlux
Gets a list of operations performed on the managed instance.
Parameters:
Returns:
Applies to
Azure SDK for Java