다음을 통해 공유


AscOperations class

AscOperations를 나타내는 클래스입니다.

생성자

AscOperations(StorageCacheManagementClientContext)

AscOperations를 만듭니다.

메서드

get(string, string, msRest.RequestOptionsBase)

Azure HPC Cache에 대한 비동기 작업의 상태를 가져옵니다.

get(string, string, RequestOptionsBase, ServiceCallback<AscOperation>)
get(string, string, ServiceCallback<AscOperation>)

생성자 세부 정보

AscOperations(StorageCacheManagementClientContext)

AscOperations를 만듭니다.

new AscOperations(client: StorageCacheManagementClientContext)

매개 변수

client
StorageCacheManagementClientContext

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

메서드 세부 정보

get(string, string, msRest.RequestOptionsBase)

Azure HPC Cache에 대한 비동기 작업의 상태를 가져옵니다.

function get(location: string, operationId: string, options?: msRest.RequestOptionsBase)

매개 변수

location

string

작업을 조회하는 데 사용되는 지역의 이름입니다.

operationId

string

비동기 작업을 고유하게 식별하는 작업 ID입니다.

options
msRest.RequestOptionsBase

반환

Promise<Models.AscOperationsGetResponse>

Models.AscOperationsGetResponse 약속<>

get(string, string, RequestOptionsBase, ServiceCallback<AscOperation>)

function get(location: string, operationId: string, options: RequestOptionsBase, callback: ServiceCallback<AscOperation>)

매개 변수

location

string

작업을 조회하는 데 사용되는 지역의 이름입니다.

operationId

string

비동기 작업을 고유하게 식별하는 작업 ID입니다.

options

RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<AscOperation>

콜백

get(string, string, ServiceCallback<AscOperation>)

function get(location: string, operationId: string, callback: ServiceCallback<AscOperation>)

매개 변수

location

string

작업을 조회하는 데 사용되는 지역의 이름입니다.

operationId

string

비동기 작업을 고유하게 식별하는 작업 ID입니다.

callback

ServiceCallback<AscOperation>

콜백