DeploymentsGetDeploymentStatusResponse type
Contiene datos de respuesta para la operación getDeploymentStatus.
type DeploymentsGetDeploymentStatusResponse = DeploymentStatus & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: DeploymentStatus
}
}