Condividi tramite


AutomationAccountGetResponse type

Contiene i dati di risposta per l'operazione get.

type AutomationAccountGetResponse = AutomationAccount & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AutomationAccount
  }
}