Share via


Operations class

Class representing a Operations.

Constructors

Operations(StorageCacheManagementClientContext)

Create a Operations.

Methods

list(msRest.RequestOptionsBase)

Lists all of the available Resource Provider operations.

list(RequestOptionsBase, ServiceCallback<ApiOperationListResult>)
list(ServiceCallback<ApiOperationListResult>)
listNext(string, msRest.RequestOptionsBase)

Lists all of the available Resource Provider operations.

listNext(string, RequestOptionsBase, ServiceCallback<ApiOperationListResult>)
listNext(string, ServiceCallback<ApiOperationListResult>)

Constructor Details

Operations(StorageCacheManagementClientContext)

Create a Operations.

new Operations(client: StorageCacheManagementClientContext)

Parameters

client
StorageCacheManagementClientContext

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