DeploymentsGetDeploymentStatusResponse type
Obsahuje data odpovědi pro operaci getDeploymentStatus.
type DeploymentsGetDeploymentStatusResponse = DeploymentStatus & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: DeploymentStatus
}
}