ModelAddCustomPrebuiltDomainResponse type
Contém dados de resposta para a operação addCustomPrebuiltDomain.
type ModelAddCustomPrebuiltDomainResponse = string[] & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string[] }
}