LocationsGetCapabilityResponse type
Contiene datos de respuesta para la operación getCapability.
type LocationsGetCapabilityResponse = CapabilityInformation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CapabilityInformation
}
}