FileServersGetResponse type

Contains response data for the get operation.

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