Freigeben über


ExamplesBatchResponse type

Enthält Antwortdaten für den Batchvorgang.

type ExamplesBatchResponse = BatchLabelExample[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: BatchLabelExample[]
  }
}