Condividi tramite


VersionsGetResponse type

Contiene i dati di risposta per l'operazione get.

type VersionsGetResponse = VersionInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: VersionInfo
  }
}