ContainerUndeleteResponse type

Contains response data for the restore operation.

type ContainerUndeleteResponse = ContainerUndeleteHeaders & {
  _response: coreHttp.HttpResponse & { parsedHeaders: ContainerUndeleteHeaders }
}