Condividi tramite


ServiceGetResponse type

Contiene i dati di risposta per l'operazione get.

type ServiceGetResponse = ServiceResourceDescription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceResourceDescription
  }
}