LocationsGetCapabilityResponse type
Содержит данные ответа для операции getCapability.
type LocationsGetCapabilityResponse = CapabilityInformation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CapabilityInformation
}
}