DeploymentsOperations interface
表示 Deployment作的介面。
屬性詳細資料
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>