Sdílet prostřednictvím


FileServersGetResponse type

Obsahuje data odpovědi pro operaci get.

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