共用方式為


Operations class

代表 Operations 的類別。

建構函式

Operations(DataMigrationServiceClientContext)

建立作業。

方法

list(RequestOptionsBase)

列出資料移轉服務資源提供者公開的所有可用動作。

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

列出資料移轉服務資源提供者公開的所有可用動作。

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

建構函式詳細資料

Operations(DataMigrationServiceClientContext)

建立作業。

new Operations(client: DataMigrationServiceClientContext)

參數

client
DataMigrationServiceClientContext

服務用戶端的參考。

方法詳細資料

list(RequestOptionsBase)

列出資料移轉服務資源提供者公開的所有可用動作。

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

參數

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.OperationsListResponse>

list(RequestOptionsBase, ServiceCallback<ServiceOperationList>)

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

參數

options
RequestOptionsBase

選擇性參數

list(ServiceCallback<ServiceOperationList>)

function list(callback: ServiceCallback<ServiceOperationList>)

參數

listNext(string, RequestOptionsBase)

列出資料移轉服務資源提供者公開的所有可用動作。

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<OperationsListNextResponse>

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.OperationsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<ServiceOperationList>)

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

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

listNext(string, ServiceCallback<ServiceOperationList>)

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

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。