Operations class

Class representing a Operations.

Constructors

Operations(StorageImportExportManagementClientContext)

Create a Operations.

Methods

list(msRest.RequestOptionsBase)

Returns the list of operations supported by the import/export resource provider.

list(RequestOptionsBase, ServiceCallback<ListOperationsResponse>)
list(ServiceCallback<ListOperationsResponse>)

Constructor Details

Operations(StorageImportExportManagementClientContext)

Create a Operations.

new Operations(client: StorageImportExportManagementClientContext)

Parameters

client
StorageImportExportManagementClientContext

Reference to the service client.

Method Details

list(msRest.RequestOptionsBase)

Returns the list of operations supported by the import/export resource provider.

function list(options?: msRest.RequestOptionsBase)

Parameters

options
msRest.RequestOptionsBase

Returns

Promise<Models.OperationsListResponse>

Promise<Models.OperationsListResponse>

list(RequestOptionsBase, ServiceCallback<ListOperationsResponse>)

function list(options: RequestOptionsBase, callback: ServiceCallback<ListOperationsResponse>)

Parameters

options

RequestOptionsBase

The optional parameters

callback

ServiceCallback<ListOperationsResponse>

The callback

list(ServiceCallback<ListOperationsResponse>)

function list(callback: ServiceCallback<ListOperationsResponse>)

Parameters

callback

ServiceCallback<ListOperationsResponse>

The callback