DevOpsOperationResultsClient Interface

public interface DevOpsOperationResultsClient

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

Method Details

get

public abstract OperationStatusResultInner get(String resourceGroupName, String securityConnectorName, String operationResultId)

Get devops long running operation result.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
securityConnectorName - The security connector name.
operationResultId - The operationResultId parameter.

Returns:

devops long running operation result.

getWithResponse

public abstract Response<OperationStatusResultInner> getWithResponse(String resourceGroupName, String securityConnectorName, String operationResultId, Context context)

Get devops long running operation result.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
securityConnectorName - The security connector name.
operationResultId - The operationResultId parameter.
context - The context to associate with this operation.

Returns:

devops long running operation result along with Response<T>.

Applies to