Operations class
Class representing a Operations.
Constructors
| Operations(Azure | Create a Operations. | 
Methods
| list(Request | Returns the list of supported REST operations. | 
| list(Request | |
| list(Service | |
| list | Returns the list of supported REST operations. | 
| list | |
| list | 
Constructor Details
		Operations(AzureStackManagementClientContext)
	    
	Create a Operations.
new Operations(client: AzureStackManagementClientContext)Parameters
Reference to the service client.
Method Details
		list(RequestOptionsBase)
	  
	Returns the list of supported REST operations.
function list(options?: RequestOptionsBase): Promise<OperationsListResponse>Parameters
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<OperationsListResponse>
Promise<Models.OperationsListResponse>
		list(RequestOptionsBase, ServiceCallback<OperationList>)
	    
	function list(options: RequestOptionsBase, callback: ServiceCallback<OperationList>)Parameters
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
		list(ServiceCallback<OperationList>)
	  
	function list(callback: ServiceCallback<OperationList>)Parameters
- callback
The callback
		listNext(string, RequestOptionsBase)
	   
	Returns the list of supported REST operations.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<OperationsListNextResponse>Parameters
- nextPageLink
- 
				string 
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<OperationsListNextResponse>
Promise<Models.OperationsListNextResponse>
		listNext(string, RequestOptionsBase, ServiceCallback<OperationList>)
	     
	function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<OperationList>)Parameters
- nextPageLink
- 
				string 
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
		listNext(string, ServiceCallback<OperationList>)
	   
	function listNext(nextPageLink: string, callback: ServiceCallback<OperationList>)Parameters
- nextPageLink
- 
				string 
The NextLink from the previous successful call to List operation.
- callback
The callback