KeyVaultCertificatePollOperationState interface
Key Vault 인증서 폴러 작업의 상태의 공용 셰이프를 나타내는 인터페이스입니다.
- Extends
-
@azure/core-lro.PollOperationState<TResult>
속성
certificate |
인증서 이름입니다. |
상속된 속성
error | 작업에 오류가 발생하면 존재합니다. |
is |
작업이 취소된 경우 True입니다. |
is |
True이면 작업이 완료되었습니다. |
is |
작업이 시작된 경우 True입니다. |
result | 작업이 예상된 형식의 결과로 끝나는 경우 존재합니다. |
속성 세부 정보
certificateName
인증서 이름입니다.
certificateName: string
속성 값
string
상속된 속성 세부 정보
error
작업에 오류가 발생하면 존재합니다.
error?: Error
속성 값
Error
상속된 위치에서 PollOperationState.error
isCancelled
작업이 취소된 경우 True입니다.
isCancelled?: boolean
속성 값
boolean
상속된 위치에서 PollOperationState.isCancelled
isCompleted
True이면 작업이 완료되었습니다.
isCompleted?: boolean
속성 값
boolean
상속된 위치에서 PollOperationState.isCompleted
isStarted
작업이 시작된 경우 True입니다.
isStarted?: boolean
속성 값
boolean
상속된 위치에서 PollOperationState.isStarted
result
작업이 예상된 형식의 결과로 끝나는 경우 존재합니다.
result?: TResult
속성 값
TResult
상속된 위치에서 PollOperationState.result