Sdílet prostřednictvím


Operations class

Třída představující operaci.

Konstruktory

Operations(DataMigrationServiceClientContext)

Vytvořte operaci.

Metody

list(RequestOptionsBase)

Zobrazí seznam všech dostupných akcí vystavených poskytovatelem prostředků Database Migration Service.

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

Zobrazí seznam všech dostupných akcí vystavených poskytovatelem prostředků Database Migration Service.

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

Podrobnosti konstruktoru

Operations(DataMigrationServiceClientContext)

Vytvořte operaci.

new Operations(client: DataMigrationServiceClientContext)

Parametry

client
DataMigrationServiceClientContext

Odkaz na klienta služby

Podrobnosti metody

list(RequestOptionsBase)

Zobrazí seznam všech dostupných akcí vystavených poskytovatelem prostředků Database Migration Service.

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

Parametry

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.OperationsListResponse>

list(RequestOptionsBase, ServiceCallback<ServiceOperationList>)

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

Parametry

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<ServiceOperationList>

Zpětné volání

list(ServiceCallback<ServiceOperationList>)

function list(callback: ServiceCallback<ServiceOperationList>)

Parametry

callback

ServiceCallback<ServiceOperationList>

Zpětné volání

listNext(string, RequestOptionsBase)

Zobrazí seznam všech dostupných akcí vystavených poskytovatelem prostředků Database Migration Service.

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

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.OperationsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<ServiceOperationList>)

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

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<ServiceOperationList>

Zpětné volání

listNext(string, ServiceCallback<ServiceOperationList>)

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

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

callback

ServiceCallback<ServiceOperationList>

Zpětné volání