Operations class

작업을 나타내는 클래스입니다.

생성자

Operations(MLTeamAccountManagementClientContext)

작업을 만듭니다.

메서드

list(RequestOptionsBase)

사용 가능한 모든 Azure Machine Learning 팀 계정 REST API 작업을 나열합니다.

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

생성자 세부 정보

Operations(MLTeamAccountManagementClientContext)

작업을 만듭니다.

new Operations(client: MLTeamAccountManagementClientContext)

매개 변수

client
MLTeamAccountManagementClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

list(RequestOptionsBase)

사용 가능한 모든 Azure Machine Learning 팀 계정 REST API 작업을 나열합니다.

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

매개 변수

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.OperationsListResponse>

list(RequestOptionsBase, ServiceCallback<OperationListResult>)

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

매개 변수

options
RequestOptionsBase

선택적 매개 변수

list(ServiceCallback<OperationListResult>)

function list(callback: ServiceCallback<OperationListResult>)

매개 변수