共用方式為


DeploymentsRetryDeploymentResponse type

包含 retryDeployment作的響應數據。

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