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