DeploymentsRetryDeploymentResponse type
Contains response data for the retryDeployment operation.
type DeploymentsRetryDeploymentResponse = Deployment & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: Deployment
}
}