Operations class
Class representing a Operations.
Constructors
Operations(Batch |
Create a Operations. |
Methods
list(Request |
Lists available operations for the Microsoft.BatchAI provider. |
list(Request |
|
list(Service |
|
list |
Lists available operations for the Microsoft.BatchAI provider. |
list |
|
list |
Constructor Details
Operations(BatchAIManagementClientContext)
Create a Operations.
new Operations(client: BatchAIManagementClientContext)
Parameters
Reference to the service client.
Method Details
list(RequestOptionsBase)
Lists available operations for the Microsoft.BatchAI provider.
function list(options?: RequestOptionsBase): Promise<OperationsListResponse>
Parameters
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<OperationsListResponse>
Promise<Models.OperationsListResponse>
list(RequestOptionsBase, ServiceCallback<OperationListResult>)
function list(options: RequestOptionsBase, callback: ServiceCallback<OperationListResult>)
Parameters
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
list(ServiceCallback<OperationListResult>)
function list(callback: ServiceCallback<OperationListResult>)
Parameters
- callback
The callback
listNext(string, RequestOptionsBase)
Lists available operations for the Microsoft.BatchAI provider.
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<OperationListResult>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<OperationListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
The optional parameters
- callback
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
The callback