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


ServicesCheckNameAvailabilityResponse type

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

type ServicesCheckNameAvailabilityResponse = NameAvailabilityResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: NameAvailabilityResponse
  }
}