FileServersGetResponse type
Contém dados de resposta para a operação de obtenção.
type FileServersGetResponse = FileServer & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: FileServer
}
}