Operations class
Class representing a Operations.
Constructors
| Operations(Storage |
Create a Operations. |
Methods
| list(ms |
Lists all of the available Resource Provider operations. |
| list(Request |
|
| list(Service |
|
| list |
Lists all of the available Resource Provider operations. |
| list |
|
| list |
Constructor Details
Operations(StorageCacheManagementClientContext)
Create a Operations.
new Operations(client: StorageCacheManagementClientContext)
Parameters
Reference to the service client.
Method Details
list(msRest.RequestOptionsBase)
Lists all of the available Resource Provider operations.
function list(options?: msRest.RequestOptionsBase)
Parameters
- options
- msRest.RequestOptionsBase
Returns
Promise<Models.OperationsListResponse>
Promise<Models.OperationsListResponse>
list(RequestOptionsBase, ServiceCallback<ApiOperationListResult>)
function list(options: RequestOptionsBase, callback: ServiceCallback<ApiOperationListResult>)
Parameters
- options
-
RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<ApiOperationListResult>
The callback
list(ServiceCallback<ApiOperationListResult>)
function list(callback: ServiceCallback<ApiOperationListResult>)
Parameters
- callback
-
ServiceCallback<ApiOperationListResult>
The callback
listNext(string, msRest.RequestOptionsBase)
Lists all of the available Resource Provider operations.
function listNext(nextPageLink: string, options?: msRest.RequestOptionsBase)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- msRest.RequestOptionsBase
Returns
Promise<Models.OperationsListNextResponse>
Promise<Models.OperationsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<ApiOperationListResult>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ApiOperationListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
-
RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<ApiOperationListResult>
The callback
listNext(string, ServiceCallback<ApiOperationListResult>)
function listNext(nextPageLink: string, callback: ServiceCallback<ApiOperationListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- callback
-
ServiceCallback<ApiOperationListResult>
The callback