Aracılığıyla paylaş


LocationsGetCapabilityResponse type

getCapability işlemi için yanıt verilerini içerir.

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