LocationsGetCapabilityResponse type
包含 getCapability作的响应数据。
type LocationsGetCapabilityResponse = CapabilityInformation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CapabilityInformation
}
}