ModelAddCustomPrebuiltDomainResponse type
Obsahuje data odpovědi pro operaci addCustomPrebuiltDomain.
type ModelAddCustomPrebuiltDomainResponse = string[] & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string[] }
}