Megosztás:


JobScheduleExistsResponse type

A létező művelet válaszadatait tartalmazza.

type JobScheduleExistsResponse = JobScheduleExistsHeaders & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: boolean
    parsedHeaders: JobScheduleExistsHeaders
  }
  body: boolean
}