GetComposeDeploymentStatusResponse type
Содержит данные ответа для операции getComposeDeploymentStatus.
type GetComposeDeploymentStatusResponse = ComposeDeploymentStatusInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComposeDeploymentStatusInfo
}
}