DeploymentsGetDeploymentStatusResponse type
Enthält Antwortdaten für den getDeploymentStatus-Vorgang.
type DeploymentsGetDeploymentStatusResponse = DeploymentStatus & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: DeploymentStatus
}
}