OperationStatusOperationsClient Interface

public interface OperationStatusOperationsClient

An instance of this class provides access to all the operations defined in OperationStatusOperationsClient.

Method Details

get

public abstract OperationStatusInner get(String resourceGroupName, String locationName, String workflowId, String operationId)

Get Operation status.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
locationName - The desired region to obtain information from.
workflowId - workflow Id.
operationId - operation Id.

Returns:

operation status.

getWithResponse

public abstract OperationStatusOperationsGetResponse getWithResponse(String resourceGroupName, String locationName, String workflowId, String operationId, Context context)

Get Operation status.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
locationName - The desired region to obtain information from.
workflowId - workflow Id.
operationId - operation Id.
context - The context to associate with this operation.

Returns:

operation status.

Applies to