LocationsGetCapabilityResponse type
Contiene i dati di risposta per l'operazione getCapability.
type LocationsGetCapabilityResponse = CapabilityInformation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CapabilityInformation
}
}