GetComposeDeploymentStatusResponse type
包含 getComposeDeploymentStatus作的响应数据。
type GetComposeDeploymentStatusResponse = ComposeDeploymentStatusInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComposeDeploymentStatusInfo
}
}