Udostępnij za pośrednictwem


AccountsGetResponse type

Zawiera dane odpowiedzi dla operacji pobierania.

type AccountsGetResponse = Account & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Account }
}