Operations class
Class representing a Operations.
Constructors
| Operations(Io | 
	Create a Operations.  | 
Methods
| list(Request | 
	Lists all of the available IoTSpaces service REST API operations.  | 
| list(Request | 
	|
| list(Service | 
	|
| list | 
	Lists all of the available IoTSpaces service REST API operations.  | 
| list | 
	|
| list | 
	
Constructor Details
		Operations(IoTSpacesClientContext)
	   
	Create a Operations.
new Operations(client: IoTSpacesClientContext)
				Parameters
- client
 - IoTSpacesClientContext
 
Reference to the service client.
Method Details
		list(RequestOptionsBase)
	  
	Lists all of the available IoTSpaces service REST API operations.
function list(options?: RequestOptionsBase): Promise<OperationsListResponse>
				Parameters
- options
 - @azure/ms-rest-js.RequestOptionsBase
 
The optional parameters
Returns
Promise<OperationsListResponse>
Promise<Models.OperationsListResponse>
		list(RequestOptionsBase, ServiceCallback<OperationListResult>)
	     
	function list(options: RequestOptionsBase, callback: ServiceCallback<OperationListResult>)
				Parameters
- options
 - @azure/ms-rest-js.RequestOptionsBase
 
The optional parameters
- callback
 - 
				
@azure/ms-rest-js.ServiceCallback<OperationListResult>
 
The callback
		list(ServiceCallback<OperationListResult>)
	   
	function list(callback: ServiceCallback<OperationListResult>)
				Parameters
- callback
 - 
				
@azure/ms-rest-js.ServiceCallback<OperationListResult>
 
The callback
		listNext(string, RequestOptionsBase)
	   
	Lists all of the available IoTSpaces service REST API operations.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<OperationsListNextResponse>
				Parameters
- nextPageLink
 - 
				
string
 
The NextLink from the previous successful call to List operation.
- options
 - @azure/ms-rest-js.RequestOptionsBase
 
The optional parameters
Returns
Promise<OperationsListNextResponse>
Promise<Models.OperationsListNextResponse>
		listNext(string, RequestOptionsBase, ServiceCallback<OperationListResult>)
	      
	function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<OperationListResult>)
				Parameters
- nextPageLink
 - 
				
string
 
The NextLink from the previous successful call to List operation.
- options
 - @azure/ms-rest-js.RequestOptionsBase
 
The optional parameters
- callback
 - 
				
@azure/ms-rest-js.ServiceCallback<OperationListResult>
 
The callback
		listNext(string, ServiceCallback<OperationListResult>)
	    
	function listNext(nextPageLink: string, callback: ServiceCallback<OperationListResult>)
				Parameters
- nextPageLink
 - 
				
string
 
The NextLink from the previous successful call to List operation.
- callback
 - 
				
@azure/ms-rest-js.ServiceCallback<OperationListResult>
 
The callback