Operations class
代表 Operations 的類別。
建構函式
Operations(Data |
建立作業。 |
方法
建構函式詳細資料
Operations(DataMigrationServiceClientContext)
建立作業。
new Operations(client: DataMigrationServiceClientContext)
參數
服務用戶端的參考。
方法詳細資料
list(RequestOptionsBase)
列出資料移轉服務資源提供者公開的所有可用動作。
function list(options?: RequestOptionsBase): Promise<OperationsListResponse>
參數
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<OperationsListResponse>
Promise < Models.OperationsListResponse>
list(RequestOptionsBase, ServiceCallback<ServiceOperationList>)
function list(options: RequestOptionsBase, callback: ServiceCallback<ServiceOperationList>)
參數
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
list(ServiceCallback<ServiceOperationList>)
function list(callback: ServiceCallback<ServiceOperationList>)
參數
- callback
回呼
listNext(string, RequestOptionsBase)
列出資料移轉服務資源提供者公開的所有可用動作。
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<OperationsListNextResponse>
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<OperationsListNextResponse>
Promise < Models.OperationsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<ServiceOperationList>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ServiceOperationList>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listNext(string, ServiceCallback<ServiceOperationList>)
function listNext(nextPageLink: string, callback: ServiceCallback<ServiceOperationList>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- callback
回呼