DeploymentsGetDeploymentStatusResponse type
getDeploymentStatus 操作の応答データが含まれます。
type DeploymentsGetDeploymentStatusResponse = DeploymentStatus & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: DeploymentStatus
}
}