Operations interface
Interface representing a Operations.
Methods
| check | 
	Check whether a workspace name is available  | 
| get | 
	Get the status of an operation  | 
| get | 
	Get the result of an operation  | 
| list(Operations | 
	Get all available operations  | 
Method Details
		checkNameAvailability(CheckNameAvailabilityRequest, OperationsCheckNameAvailabilityOptionalParams)
	          
	Check whether a workspace name is available
function checkNameAvailability(request: CheckNameAvailabilityRequest, options?: OperationsCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResponse>
				Parameters
- request
 - CheckNameAvailabilityRequest
 
The check request
The options parameters.
Returns
Promise<CheckNameAvailabilityResponse>
		getAzureAsyncHeaderResult(string, string, string, OperationsGetAzureAsyncHeaderResultOptionalParams)
	           
	Get the status of an operation
function getAzureAsyncHeaderResult(resourceGroupName: string, workspaceName: string, operationId: string, options?: OperationsGetAzureAsyncHeaderResultOptionalParams): Promise<OperationResource>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
The name of the workspace.
- operationId
 - 
				
string
 
Operation ID
The options parameters.
Returns
Promise<OperationResource>
		getLocationHeaderResult(string, string, string, OperationsGetLocationHeaderResultOptionalParams)
	         
	Get the result of an operation
function getLocationHeaderResult(resourceGroupName: string, workspaceName: string, operationId: string, options?: OperationsGetLocationHeaderResultOptionalParams): Promise<void>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
The name of the workspace.
- operationId
 - 
				
string
 
Operation ID
The options parameters.
Returns
Promise<void>
		list(OperationsListOptionalParams)
	   
	Get all available operations
function list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>
				Parameters
- options
 - OperationsListOptionalParams
 
The options parameters.
Returns
Promise<OperationsListResponse>