DeploymentsRetryDeploymentResponse type
Содержит данные ответа для операции retryDeployment.
type DeploymentsRetryDeploymentResponse = Deployment & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: Deployment
}
}