AppsListDomainsResponse type

Obsahuje data odpovědi pro operaci listDomains.

type AppsListDomainsResponse = string[] & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string[] }
}