次の方法で共有


OperationStatusesClient Interface

public interface OperationStatusesClient

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

Method Summary

Modifier and Type Method and Description
abstract OperationStatusInner get(String location, String operationId)

Get Operation Status Gets the current status of an async operation.

abstract OperationStatusesGetResponse getWithResponse(String location, String operationId, Context context)

Get Operation Status Gets the current status of an async operation.

Method Details

get

public abstract OperationStatusInner get(String location, String operationId)

Get Operation Status Gets the current status of an async operation.

Parameters:

location - The Azure region.
operationId - The ID of an ongoing async operation.

Returns:

the current status of an async operation.

getWithResponse

public abstract OperationStatusesGetResponse getWithResponse(String location, String operationId, Context context)

Get Operation Status Gets the current status of an async operation.

Parameters:

location - The Azure region.
operationId - The ID of an ongoing async operation.
context - The context to associate with this operation.

Returns:

the current status of an async operation.

Applies to