共用方式為


DeploymentsRetryDeploymentResponse type

包含 retryDeployment 作業的回應資料。

type DeploymentsRetryDeploymentResponse = Deployment & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: Deployment
  }
}