Delen via


AccountsCheckNameAvailabilityResponse type

Bevat antwoordgegevens voor de bewerking checkNameAvailability.

type AccountsCheckNameAvailabilityResponse = NameAvailabilityInformation & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: NameAvailabilityInformation
  }
}