Поделиться через


GetDomainResponse type

Содержит данные ответа для операции getDomain.

type GetDomainResponse = Domain & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Domain }
}