GetComposeDeploymentStatusResponse type
getComposeDeploymentStatus 操作の応答データを格納します。
type GetComposeDeploymentStatusResponse = ComposeDeploymentStatusInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ComposeDeploymentStatusInfo
}
}