共用方式為


FileServersBeginCreateResponse type

包含 beginCreate 作業的響應數據。

type FileServersBeginCreateResponse = FileServer & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: FileServer
  }
}