Gets a list of operations performed on the managed instance.
Method Details
cancel
public abstract void cancel(String resourceGroupName, String managedInstanceName, UUID operationId)
Cancels the asynchronous operation on the managed instance.
Parameters:
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.
cancelAsync
public abstract Mono cancelAsync(String resourceGroupName, String managedInstanceName, UUID operationId)
Cancels the asynchronous operation on the managed instance.
Parameters:
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.
Returns:
A Mono that completes when a successful response is received.
Cancels the asynchronous operation on the managed instance.
Parameters:
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.
public abstract Mono> cancelWithResponseAsync(String resourceGroupName, String managedInstanceName, UUID operationId)
Cancels the asynchronous operation on the managed instance.
Parameters:
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.
public abstract ManagedInstanceOperationInner get(String resourceGroupName, String managedInstanceName, UUID operationId)
Gets a management operation on a managed instance.
Parameters:
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.
Returns:
a management operation on a managed instance.
getAsync
public abstract Mono getAsync(String resourceGroupName, String managedInstanceName, UUID operationId)
Gets a management operation on a managed instance.
Parameters:
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.
Returns:
a management operation on a managed instance on successful completion of Mono.
Gets a management operation on a managed instance.
Parameters:
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.
Returns:
a management operation on a managed instance along with Response<T>.
getWithResponseAsync
public abstract Mono> getWithResponseAsync(String resourceGroupName, String managedInstanceName, UUID operationId)
Gets a management operation on a managed instance.
Parameters:
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.
Returns:
a management operation on a managed instance along with Response<T> on successful completion of
Mono.
listByManagedInstance
public abstract PagedIterable listByManagedInstance(String resourceGroupName, String managedInstanceName)
Gets a list of operations performed on the managed instance.
Parameters:
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.
Returns:
a list of operations performed on the managed instance as paginated response with PagedIterable<T>.
listByManagedInstance
public abstract PagedIterable listByManagedInstance(String resourceGroupName, String managedInstanceName, Context context)
Gets a list of operations performed on the managed instance.
Parameters:
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.
Returns:
a list of operations performed on the managed instance as paginated response with PagedIterable<T>.
listByManagedInstanceAsync
public abstract PagedFlux listByManagedInstanceAsync(String resourceGroupName, String managedInstanceName)
Gets a list of operations performed on the managed instance.
Parameters:
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.
Returns:
a list of operations performed on the managed instance as paginated response with PagedFlux<T>.