DeploymentsRetryDeploymentResponse type
retryDeployment 操作の応答データが含まれています。
type DeploymentsRetryDeploymentResponse = Deployment & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: Deployment
}
}