Sdílet prostřednictvím


LocationsGetCapabilityResponse type

Obsahuje data odpovědi pro operaci getCapability.

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