ModelAddCustomPrebuiltDomainResponse type

addCustomPrebuiltDomain 操作の応答データを格納します。

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