DeploymentsGetDeploymentStatusResponse type
包含 getDeploymentStatus作的响应数据。
type DeploymentsGetDeploymentStatusResponse = DeploymentStatus & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: DeploymentStatus
}
}