LocationsGetCapabilityResponse type
包含 getCapability 作業的響應數據。
type LocationsGetCapabilityResponse = CapabilityInformation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CapabilityInformation
}
}