LocationsGetCapabilityResponse type
Zawiera dane odpowiedzi dla operacji getCapability.
type LocationsGetCapabilityResponse = CapabilityInformation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CapabilityInformation
}
}