Delen via


LocationsGetCapabilityResponse type

Bevat antwoordgegevens voor de getCapability-bewerking.

type LocationsGetCapabilityResponse = CapabilityInformation & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CapabilityInformation
  }
}