Sdílet prostřednictvím


Operations class

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

Konstruktory

Operations(BatchAIManagementClientContext)

Vytvořte operaci.

Metody

list(RequestOptionsBase)

Zobrazí seznam dostupných operací pro poskytovatele Microsoft.BatchAI.

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

Zobrazí seznam dostupných operací pro poskytovatele Microsoft.BatchAI.

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

Podrobnosti konstruktoru

Operations(BatchAIManagementClientContext)

Vytvořte operaci.

new Operations(client: BatchAIManagementClientContext)

Parametry

client
BatchAIManagementClientContext

Odkaz na klienta služby

Podrobnosti metody

list(RequestOptionsBase)

Zobrazí seznam dostupných operací pro poskytovatele Microsoft.BatchAI.

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

Parametry

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.OperationsListResponse>

list(RequestOptionsBase, ServiceCallback<OperationListResult>)

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

Parametry

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<OperationListResult>

Zpětné volání

list(ServiceCallback<OperationListResult>)

function list(callback: ServiceCallback<OperationListResult>)

Parametry

callback

ServiceCallback<OperationListResult>

Zpětné volání

listNext(string, RequestOptionsBase)

Zobrazí seznam dostupných operací pro poskytovatele Microsoft.BatchAI.

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<OperationListResult>)

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

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<OperationListResult>

Zpětné volání

listNext(string, ServiceCallback<OperationListResult>)

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

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

callback

ServiceCallback<OperationListResult>

Zpětné volání