Condividi tramite


ServicesGetResponse type

Contiene i dati di risposta per l'operazione get.

type ServicesGetResponse = ServiceResource & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceResource
  }
}