Operations Interface
public interface Operations
Resource collection API of Operations.
Method Summary
Method Details
checkNameAvailability
public abstract CheckNameAvailabilityResponse checkNameAvailability(CheckNameAvailabilityRequest request)
Check name availability Check whether a workspace name is available.
Parameters:
Returns:
checkNameAvailabilityWithResponse
public abstract Response<CheckNameAvailabilityResponse> checkNameAvailabilityWithResponse(CheckNameAvailabilityRequest request, Context context)
Check name availability Check whether a workspace name is available.
Parameters:
Returns:
getAzureAsyncHeaderResult
public abstract OperationResource getAzureAsyncHeaderResult(String resourceGroupName, String workspaceName, String operationId)
Get operation status Get the status of an operation.
Parameters:
Returns:
getAzureAsyncHeaderResultWithResponse
public abstract Response<OperationResource> getAzureAsyncHeaderResultWithResponse(String resourceGroupName, String workspaceName, String operationId, Context context)
Get operation status Get the status of an operation.
Parameters:
Returns:
getLocationHeaderResult
public abstract void getLocationHeaderResult(String resourceGroupName, String workspaceName, String operationId)
Get operation result Get the result of an operation.
Parameters:
getLocationHeaderResultWithResponse
public abstract Response<Void> getLocationHeaderResultWithResponse(String resourceGroupName, String workspaceName, String operationId, Context context)
Get operation result Get the result of an operation.
Parameters:
Returns:
list
public abstract List<AvailableRpOperation> list()
All operations Get all available operations.
Returns:
listWithResponse
public abstract Response<List<AvailableRpOperation>> listWithResponse(Context context)
All operations Get all available operations.
Parameters:
Returns: