Partilhar via


RunbookGetResponse type

Contém dados de resposta para a operação get.

type RunbookGetResponse = Runbook & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Runbook }
}