Bagikan melalui


LocationsGetCapabilityResponse type

Berisi data respons untuk operasi getCapability.

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