DeploymentsOperations interface
배포 작업을 나타내는 인터페이스입니다.
속성 세부 정보
get
배포된 모델을 가져옵니다.
get: (name: string, options?: DeploymentsGetOptionalParams) => Promise<DeploymentUnion>
속성 값
(name: string, options?: DeploymentsGetOptionalParams) => Promise<DeploymentUnion>
list
프로젝트에 배포된 모든 모델 나열
list: (options?: DeploymentsListOptionalParams) => PagedAsyncIterableIterator<DeploymentUnion, DeploymentUnion[], PageSettings>
속성 값
(options?: DeploymentsListOptionalParams) => PagedAsyncIterableIterator<DeploymentUnion, DeploymentUnion[], PageSettings>