Freigeben über


ServiceReplicaListNextResponse type

Enthält Antwortdaten für den listNext-Vorgang.

type ServiceReplicaListNextResponse = ServiceReplicaDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceReplicaDescriptionList
  }
}