Operations class

Class representing a Operations.

Constructors

Operations(DataMigrationServiceClientContext)

Create a Operations.

Methods

list(RequestOptionsBase)

Lists all available actions exposed by the Database Migration Service resource provider.

list(RequestOptionsBase, ServiceCallback<ServiceOperationList>)
list(ServiceCallback<ServiceOperationList>)
listNext(string, RequestOptionsBase)

Lists all available actions exposed by the Database Migration Service resource provider.

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

Constructor Details

Operations(DataMigrationServiceClientContext)

Create a Operations.

new Operations(client: DataMigrationServiceClientContext)

Parameters

client
DataMigrationServiceClientContext

Reference to the service client.

Method Details

list(RequestOptionsBase)

Lists all available actions exposed by the Database Migration Service resource provider.

function list(options?: RequestOptionsBase): Promise<OperationsListResponse>

Parameters

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.OperationsListResponse>

list(RequestOptionsBase, ServiceCallback<ServiceOperationList>)

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

Parameters

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<ServiceOperationList>

The callback

list(ServiceCallback<ServiceOperationList>)

function list(callback: ServiceCallback<ServiceOperationList>)

Parameters

callback

ServiceCallback<ServiceOperationList>

The callback

listNext(string, RequestOptionsBase)

Lists all available actions exposed by the Database Migration Service resource 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<Models.OperationsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<ServiceOperationList>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ServiceOperationList>)

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<ServiceOperationList>

The callback

listNext(string, ServiceCallback<ServiceOperationList>)

function listNext(nextPageLink: string, callback: ServiceCallback<ServiceOperationList>)

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

callback

ServiceCallback<ServiceOperationList>

The callback