LocationsGetCapabilityResponse type
Contient des données de réponse pour l’opération getCapability.
type LocationsGetCapabilityResponse = CapabilityInformation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CapabilityInformation
}
}